This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase $File::Glob::VERSION to 1.17
authorFather Chrysostomos <sprout@cpan.org>
Tue, 31 Jan 2012 05:30:55 +0000 (21:30 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 31 Jan 2012 17:53:56 +0000 (09:53 -0800)
following commit ffa23acf6.

ext/File-Glob/Glob.pm

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