diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-14 04:51:30 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-14 04:51:30 +0000 |
commit | 2af1ab88da52f38a7450a6455bc28aa93c8e4e57 (patch) | |
tree | d5fea29ca36a63900bd06b21c6598f9bb7950957 /lib/File | |
parent | e9d8cdc0682791dad6e1ddeac96716205beff833 (diff) | |
download | perl-2af1ab88da52f38a7450a6455bc28aa93c8e4e57.tar.gz |
A swath of VERSION patches from Nicholas Clark.
p4raw-id: //depot/perl@20688
Diffstat (limited to 'lib/File')
-rw-r--r-- | lib/File/Basename.pm | 2 | ||||
-rw-r--r-- | lib/File/Copy.pm | 2 | ||||
-rw-r--r-- | lib/File/Path.pm | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/File/Basename.pm b/lib/File/Basename.pm index 3b0685f166..58a740e56a 100644 --- a/lib/File/Basename.pm +++ b/lib/File/Basename.pm @@ -142,7 +142,7 @@ our(@ISA, @EXPORT, $VERSION, $Fileparse_fstype, $Fileparse_igncase); require Exporter; @ISA = qw(Exporter); @EXPORT = qw(fileparse fileparse_set_fstype basename dirname); -$VERSION = "2.71"; +$VERSION = "2.72"; # fileparse_set_fstype() - specify OS-based rules used in future diff --git a/lib/File/Copy.pm b/lib/File/Copy.pm index fb256c0c7d..0e87e988d5 100644 --- a/lib/File/Copy.pm +++ b/lib/File/Copy.pm @@ -24,7 +24,7 @@ sub mv; # package has not yet been updated to work with Perl 5.004, and so it # would be a Bad Thing for the CPAN module to grab it and replace this # module. Therefore, we set this module's version higher than 2.0. -$VERSION = '2.05'; +$VERSION = '2.06'; require Exporter; @ISA = qw(Exporter); diff --git a/lib/File/Path.pm b/lib/File/Path.pm index 5cb9d44bc0..7881b6b35a 100644 --- a/lib/File/Path.pm +++ b/lib/File/Path.pm @@ -119,7 +119,7 @@ use Exporter (); use strict; use warnings; -our $VERSION = "1.05"; +our $VERSION = "1.06"; our @ISA = qw( Exporter ); our @EXPORT = qw( mkpath rmtree ); |