diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-03-31 23:08:45 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-03-31 23:08:45 +0000 |
commit | d8528f07d4f9e687f7398656349cf605d0c2fb93 (patch) | |
tree | 6d53ae0b768e75f4802744be117f5f19a3865e09 /lib/File | |
parent | 33768f1313b327865518f09b2c67d4134cf183fc (diff) | |
download | perl-d8528f07d4f9e687f7398656349cf605d0c2fb93.tar.gz |
$VERSION++ for all the non-dual life modules outside ext/ that
Porting/cmpVERSION.pl reports differ from the 5.10.0 release.
All the rest of the differences would seem to be dual-life. :-(
p4raw-id: //depot/perl@33623
Diffstat (limited to 'lib/File')
-rw-r--r-- | lib/File/Basename.pm | 2 | ||||
-rw-r--r-- | lib/File/Find.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/File/Basename.pm b/lib/File/Basename.pm index 98235bb326..b3fe0ac6e5 100644 --- a/lib/File/Basename.pm +++ b/lib/File/Basename.pm @@ -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.76"; +$VERSION = "2.77"; fileparse_set_fstype($^O); diff --git a/lib/File/Find.pm b/lib/File/Find.pm index 0128e211bb..f316962d62 100644 --- a/lib/File/Find.pm +++ b/lib/File/Find.pm @@ -3,7 +3,7 @@ use 5.006; use strict; use warnings; use warnings::register; -our $VERSION = '1.12'; +our $VERSION = '1.13'; require Exporter; require Cwd; |