From 99bdc4f80c82572c683f7e97bb753f3273a12c37 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Thu, 16 Jun 2011 13:09:17 -0700 Subject: [PATCH] =?utf8?q?Increase=20Pod::Perldoc=E2=80=99s=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 | 2 +- pod/perldelta.pod | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/dist/Pod-Perldoc/lib/Pod/Perldoc.pm b/dist/Pod-Perldoc/lib/Pod/Perldoc.pm index e811e23..95b00e3 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... diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 8e46a51..616e782 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -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 has been upgraded from version 3.15_03 to 3.15_04. +L has been upgraded from version 3.15_03 to 3.15_05. It corrects the search paths on VMS [RT #90640]. -- 2.7.4