diff options
author | Florian Ragwitz <rafl@debian.org> | 2011-08-26 14:35:51 +0200 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2011-08-26 14:41:13 +0200 |
commit | a57ee431fd743f8281a3ab1fd5671ed73c78c15b (patch) | |
tree | 4d7673bf4f57073c77075550bce230f63cb3692c | |
parent | e5eef9853573283111b2c76e18534a591ffce8b7 (diff) | |
download | perl-a57ee431fd743f8281a3ab1fd5671ed73c78c15b.tar.gz |
Bump the perlfaq version for a new cpan release
-rwxr-xr-x | Porting/Maintainers.pl | 2 | ||||
-rw-r--r-- | dist/perlfaq/lib/perlfaq.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 45a3d303d4..4804a079cc 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -761,7 +761,7 @@ use File::Glob qw(:case); 'perlfaq' => { 'MAINTAINER' => 'perlfaq', - 'DISTRIBUTION' => 'FLORA/perlfaq-5.015000.tar.gz', + 'DISTRIBUTION' => 'FLORA/perlfaq-5.015003.tar.gz', 'FILES' => q[dist/perlfaq], 'EXCLUDED' => [ qw(t/release-pod-syntax.t) ], 'UPSTREAM' => 'blead', diff --git a/dist/perlfaq/lib/perlfaq.pm b/dist/perlfaq/lib/perlfaq.pm index 9331e915bc..da55892bad 100644 --- a/dist/perlfaq/lib/perlfaq.pm +++ b/dist/perlfaq/lib/perlfaq.pm @@ -2,6 +2,6 @@ package # This is here merely for reasons related to our toolchain. It's not # supposed to be indexed. perlfaq; -our $VERSION = '5.015000'; +our $VERSION = '5.015003'; 0; # not is it supposed to be loaded |