]> git.pld-linux.org Git - packages/perl.git/commitdiff
- put version number in quotes (trailing 0)
authorradek <radek@pld-linux.org>
Wed, 8 Jun 2005 12:08:56 +0000 (12:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl_587-Pod_Usage_version.patch -> 1.1

perl_587-Pod_Usage_version.patch [new file with mode: 0644]

diff --git a/perl_587-Pod_Usage_version.patch b/perl_587-Pod_Usage_version.patch
new file mode 100644 (file)
index 0000000..7c5dd8f
--- /dev/null
@@ -0,0 +1,11 @@
+--- perl-5.8.7/lib/Pod/Usage.pm~       2005-04-03 17:24:03.000000000 +0200
++++ perl-5.8.7/lib/Pod/Usage.pm        2005-06-08 14:06:43.775149088 +0200
+@@ -10,7 +10,7 @@
+ package Pod::Usage;
+ use vars qw($VERSION);
+-$VERSION = 1.30;  ## Current version of this package
++$VERSION = '1.30'; ## Current version of this package
+ require  5.005;    ## requires this Perl version or later
+ =head1 NAME
This page took 0.146714 seconds and 4 git commands to generate.