forked from pool/perl-X500-DN
- 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
12 lines
234 B
Diff
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;
|