summaryrefslogtreecommitdiff
path: root/lib/File
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2013-06-22 21:58:27 -0700
committerFather Chrysostomos <sprout@cpan.org>2013-06-22 22:11:50 -0700
commit650303cfd06855ca35a991a7525f9763e020c698 (patch)
tree06b59de059619168c12f4c366e71fb0be449eb3a /lib/File
parent93fd879ffceea4d2e3b0254760731402739b5bbb (diff)
downloadperl-650303cfd06855ca35a991a7525f9763e020c698.tar.gz
Increase $File::Basename::VERSION to 2.85
Diffstat (limited to 'lib/File')
-rw-r--r--lib/File/Basename.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/File/Basename.pm b/lib/File/Basename.pm
index 4783192035..4b4fe95cfd 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.84";
+$VERSION = "2.85";
fileparse_set_fstype($^O);