diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-03-30 16:17:25 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-03-30 16:17:25 +0000 |
commit | 8c7d55fc02cca4e0edf1324c36f667376289f8d2 (patch) | |
tree | 1395e85fdf8d8bf7500a10aaf4e18152970f7c6f /ext | |
parent | 5e80365ee6ce4a1e6342df04f3c9f98c0fc7bc22 (diff) | |
download | perl-8c7d55fc02cca4e0edf1324c36f667376289f8d2.tar.gz |
Bump File::Glob's VERSION to go with change 30103.
p4raw-id: //depot/perl@30791
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 133c650529..15d4adb6bb 100644 --- a/ext/File/Glob/Glob.pm +++ b/ext/File/Glob/Glob.pm @@ -56,7 +56,7 @@ use XSLoader (); ) ], ); -$VERSION = '1.05'; +$VERSION = '1.06'; sub import { require Exporter; |