Increase $Pod::Perldoc::VERSION
authorFather Chrysostomos <sprout@cpan.org>
Sat, 25 Jun 2011 05:55:47 +0000 (22:55 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 25 Jun 2011 05:58:13 +0000 (22:58 -0700)
in preparation for the next commit.

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

index 95b00e3..5cf3955 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_05';
+$VERSION = '3.15_06';
 #..........................................................................
 
 BEGIN {  # Make a DEBUG constant very first thing...