Increase $File::Basename::VERSION to 2.85
authorFather Chrysostomos <sprout@cpan.org>
Sun, 23 Jun 2013 04:58:27 +0000 (21:58 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 23 Jun 2013 05:11:50 +0000 (22:11 -0700)
lib/File/Basename.pm

index 4783192..4b4fe95 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.84";
+$VERSION = "2.85";
 
 fileparse_set_fstype($^O);