summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-09-20 14:48:48 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-09-20 14:48:48 -0700
commitcfe65c2e3208a5627c838a187143249612d21576 (patch)
treedab98f302ed1088d034a4655d2fbbb6b9056e254
parenta6636b43dc409e4b49f369c18fedd34332fdb9ab (diff)
downloadperl-cfe65c2e3208a5627c838a187143249612d21576.tar.gz
Increase $File::Glob::VERSION to 1.18
-rw-r--r--ext/File-Glob/Glob.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/File-Glob/Glob.pm b/ext/File-Glob/Glob.pm
index cd15922f32..89dd420c91 100644
--- a/ext/File-Glob/Glob.pm
+++ b/ext/File-Glob/Glob.pm
@@ -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;