This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase $File::Glob::VERSION to 1.18
authorFather Chrysostomos <sprout@cpan.org>
Thu, 20 Sep 2012 21:48:48 +0000 (14:48 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 20 Sep 2012 21:48:48 +0000 (14:48 -0700)
ext/File-Glob/Glob.pm

index cd15922..89dd420 100644 (file)
@@ -38,7 +38,7 @@ pop @{$EXPORT_TAGS{bsd_glob}}; # no "glob"
 
 @EXPORT_OK   = (@{$EXPORT_TAGS{'glob'}}, 'csh_glob');
 
-$VERSION = '1.17';
+$VERSION = '1.18';
 
 sub import {
     require Exporter;