Increase $File::Glob::VERSION to 1.16
authorFather Chrysostomos <sprout@cpan.org>
Fri, 30 Dec 2011 22:05:23 +0000 (14:05 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 30 Dec 2011 22:43:48 +0000 (14:43 -0800)
ext/File-Glob/Glob.pm

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