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/Fcntl/Fcntl.pm | |
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/Fcntl/Fcntl.pm')
-rw-r--r-- | ext/Fcntl/Fcntl.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Fcntl/Fcntl.pm b/ext/Fcntl/Fcntl.pm index 5153ad5393..9cdeb13ed0 100644 --- a/ext/Fcntl/Fcntl.pm +++ b/ext/Fcntl/Fcntl.pm @@ -60,7 +60,7 @@ our($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS, $AUTOLOAD); require Exporter; use XSLoader (); @ISA = qw(Exporter); -$VERSION = "1.04"; +$VERSION = "1.05"; # Items to export into callers namespace by default # (move infrequently used names to @EXPORT_OK below) @EXPORT = |