diff options
author | Nicholas Clark <nick@ccl4.org> | 2003-08-13 21:46:09 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-13 18:42:50 +0000 |
commit | 4522225b0b1dd6f5498ad893469cb9b2e20183b7 (patch) | |
tree | 665cc3c50379c20a3020cbfc0bc70f74b291b485 /ext/File | |
parent | a0edd7f8266d86f8576becc8e4647dbf502c681d (diff) | |
download | perl-4522225b0b1dd6f5498ad893469cb9b2e20183b7.tar.gz |
Re: script wanted
Message-ID: <20030813204609.G20130@plum.flirble.org>
p4raw-id: //depot/perl@20686
Diffstat (limited to 'ext/File')
-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 d670b6ae7b..2aa3a1db37 100644 --- a/ext/File/Glob/Glob.pm +++ b/ext/File/Glob/Glob.pm @@ -56,7 +56,7 @@ use XSLoader (); ) ], ); -$VERSION = '1.01'; +$VERSION = '1.02'; sub import { require Exporter; |