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.
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...
=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].