Version bumps for File:: non-dual-life modules identified by
authorJesse Vincent <jesse@bestpractical.com>
Thu, 20 Jan 2011 19:04:31 +0000 (14:04 -0500)
committerJesse Vincent <jesse@bestpractical.com>
Thu, 20 Jan 2011 19:04:31 +0000 (14:04 -0500)
./perl -Ilib Porting/cmpVERSION.pl -xd . v5.13.8

lib/File/Basename.pm
lib/File/stat.pm

index 0f8bbc2..696b601 100644 (file)
@@ -54,7 +54,7 @@ our(@ISA, @EXPORT, $VERSION, $Fileparse_fstype, $Fileparse_igncase);
 require Exporter;
 @ISA = qw(Exporter);
 @EXPORT = qw(fileparse fileparse_set_fstype basename dirname);
-$VERSION = "2.79";
+$VERSION = "2.80";
 
 fileparse_set_fstype($^O);
 
index 8db0b77..69cc44a 100644 (file)
@@ -10,7 +10,7 @@ BEGIN { *warnif = \&warnings::warnif }
 
 our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS);
 
-our $VERSION = '1.04';
+our $VERSION = '1.05';
 
 my @fields;
 BEGIN {