diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/File-Glob/Glob.pm | 2 |
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; |