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/Sys/Hostname | |
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/Sys/Hostname')
-rw-r--r-- | ext/Sys/Hostname/Hostname.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Sys/Hostname/Hostname.pm b/ext/Sys/Hostname/Hostname.pm index 632ea9bb79..415f9517fa 100644 --- a/ext/Sys/Hostname/Hostname.pm +++ b/ext/Sys/Hostname/Hostname.pm @@ -15,7 +15,7 @@ our $VERSION; our $host; BEGIN { - $VERSION = '1.1'; + $VERSION = '1.11'; { local $SIG{__DIE__}; eval { |