diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-16 20:36:58 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-16 20:36:58 +0000 |
commit | 88d01e8dd0be693cf54a3bafc9974fa70eda2ddd (patch) | |
tree | 62c32f86dd63b06cd9d32a9201e6c9a8c5526c3e /lib/File/Basename.pm | |
parent | a8e8ab15da1db8d0342b4425b514ee293f371382 (diff) | |
download | perl-88d01e8dd0be693cf54a3bafc9974fa70eda2ddd.tar.gz |
Bump up version numbers.
TODO 1: double check that pre-5.6.1 CPAN.pm:s
don't try to download 5.8.0 because of the
version numbers. Mainly this means using _00
in the core version numbers.
TODO 2: the "use 5.005_64" in many modules
needs to be changed to, say, "use 5.6.1".
p4raw-id: //depot/perl@12040
Diffstat (limited to 'lib/File/Basename.pm')
-rw-r--r-- | lib/File/Basename.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/File/Basename.pm b/lib/File/Basename.pm index 72a7e39704..e16f87187e 100644 --- a/lib/File/Basename.pm +++ b/lib/File/Basename.pm @@ -141,7 +141,7 @@ our(@ISA, @EXPORT, $VERSION, $Fileparse_fstype, $Fileparse_igncase); require Exporter; @ISA = qw(Exporter); @EXPORT = qw(fileparse fileparse_set_fstype basename dirname); -$VERSION = "2.7"; +$VERSION = "2.71"; # fileparse_set_fstype() - specify OS-based rules used in future |