Bumping version of Pod::Perldoc per porting/cmpVERSION.pl
authorJesse Vincent <jesse@bestpractical.com>
Thu, 20 Jan 2011 19:29:39 +0000 (14:29 -0500)
committerJesse Vincent <jesse@bestpractical.com>
Thu, 20 Jan 2011 19:29:39 +0000 (14:29 -0500)
dist/Pod-Perldoc/lib/Pod/Perldoc.pm

index df11ff6..a42ac69 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_02';
+$VERSION = '3.15_03';
 #..........................................................................
 
 BEGIN {  # Make a DEBUG constant very first thing...