summaryrefslogtreecommitdiff
path: root/ext/File-Glob
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-03-19 14:40:36 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-03-19 14:40:36 -0700
commit911a37294a3f243e6e9b563557f80a6e08cc4b58 (patch)
tree8b03f8e5a78d0e363e9a25fcc4a7acd7c7481dc8 /ext/File-Glob
parent8c58eb6984b3fb1aed92f413f2bee67e2ec816c0 (diff)
downloadperl-911a37294a3f243e6e9b563557f80a6e08cc4b58.tar.gz
Version bumps for the recent PERL_NO_GET_CONTEXT commits
Diffstat (limited to 'ext/File-Glob')
-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 fc8e18c796..5231d0f37b 100644
--- a/ext/File-Glob/Glob.pm
+++ b/ext/File-Glob/Glob.pm
@@ -36,7 +36,7 @@ use feature 'switch';
@EXPORT_OK = (@{$EXPORT_TAGS{'glob'}}, 'csh_glob');
-$VERSION = '1.11';
+$VERSION = '1.12';
sub import {
require Exporter;