8
0
forked from pool/perl-X500-DN
Files
perl-X500-DN/version-string-fix.diff
Pedro Monreal Gonzalez 2cc2ec0662 Accepting request 1154866 from home:pgajdos:p
- Use %autosetup macro. Allows to eliminate the usage of deprecated
  %patchN
- modified patches
  % version-string-fix.diff (refreshed)
  % version-string-fix2.diff (refreshed)

OBS-URL: https://build.opensuse.org/request/show/1154866
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-X500-DN?expand=0&rev=20
2024-03-06 07:51:19 +00:00

12 lines
234 B
Diff

--- a/DN.pm
+++ b/DN.pm 2008/02/25 11:27:32
@@ -4,7 +4,7 @@
package X500::DN;
-use 5.6.1; # the "our" keyword below needs it
+use 5.006_001; # the "our" keyword below needs it
use strict;
use Carp;
use Parse::RecDescent 1.80;