Increase Pod::Perldoc’s version
authorFather Chrysostomos <sprout@cpan.org>
Thu, 16 Jun 2011 20:09:17 +0000 (13:09 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 16 Jun 2011 21:33:09 +0000 (14:33 -0700)
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.

dist/Pod-Perldoc/lib/Pod/Perldoc.pm
pod/perldelta.pod

index e811e23..95b00e3 100644 (file)
@@ -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...
index 8e46a51..616e782 100644 (file)
@@ -410,11 +410,7 @@ typeglob has been assigned to $scalar [RT #92258].
 
 =item *
 
-XXX If any changes are made, the version will need to be bumped again.
-What blead has is currently (as of a9d1f3db, 7th of June) identical to
-5.14.1's version.
-
-L<Pod::Perldoc> has been upgraded from version 3.15_03 to 3.15_04.
+L<Pod::Perldoc> has been upgraded from version 3.15_03 to 3.15_05.
 
 It corrects the search paths on VMS [RT #90640].