diff options
Diffstat (limited to 'ext/Sys-Hostname/Hostname.pm')
-rw-r--r-- | ext/Sys-Hostname/Hostname.pm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ext/Sys-Hostname/Hostname.pm b/ext/Sys-Hostname/Hostname.pm index 2284e1f81c..ffecefd59f 100644 --- a/ext/Sys-Hostname/Hostname.pm +++ b/ext/Sys-Hostname/Hostname.pm @@ -4,9 +4,8 @@ use strict; use Carp; -require Exporter; +use Exporter 'import'; -our @ISA = qw/ Exporter /; our @EXPORT = qw/ hostname /; our $VERSION; @@ -16,7 +15,7 @@ use warnings (); our $host; BEGIN { - $VERSION = '1.23'; + $VERSION = '1.24'; { local $SIG{__DIE__}; eval { |