summaryrefslogtreecommitdiff
path: root/dist/Pod-Perldoc
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-06-16 13:09:17 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-06-16 14:33:09 -0700
commit99bdc4f80c82572c683f7e97bb753f3273a12c37 (patch)
treec3f1ef6739973b66a5b12eda910464c151620d1f /dist/Pod-Perldoc
parentc0e9ef6ae312c12d7dc286637b714009ab6e981c (diff)
downloadperl-99bdc4f80c82572c683f7e97bb753f3273a12c37.tar.gz
Increase Pod::Perldoc’s version
Perl 5.14.1 is using the number 3.15_04. What blead had until recently was identical to 5.14.1, but now it has diverged, so it needs a new number.
Diffstat (limited to 'dist/Pod-Perldoc')
-rw-r--r--dist/Pod-Perldoc/lib/Pod/Perldoc.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Pod-Perldoc/lib/Pod/Perldoc.pm b/dist/Pod-Perldoc/lib/Pod/Perldoc.pm
index e811e237ea..95b00e37e9 100644
--- a/dist/Pod-Perldoc/lib/Pod/Perldoc.pm
+++ b/dist/Pod-Perldoc/lib/Pod/Perldoc.pm
@@ -12,7 +12,7 @@ use File::Spec::Functions qw(catfile catdir splitdir);
use vars qw($VERSION @Pagers $Bindir $Pod2man
$Temp_Files_Created $Temp_File_Lifetime
);
-$VERSION = '3.15_04';
+$VERSION = '3.15_05';
#..........................................................................
BEGIN { # Make a DEBUG constant very first thing...