Nothing autoloaded in Sys::Hostname or I18N::Langinfo, so don't use AutoLoader;
authorNicholas Clark <nick@ccl4.org>
Fri, 15 Oct 2010 08:53:28 +0000 (09:53 +0100)
committerNicholas Clark <nick@ccl4.org>
Fri, 15 Oct 2010 09:26:05 +0000 (10:26 +0100)
ext/I18N-Langinfo/Langinfo.pm
ext/Sys-Hostname/Hostname.pm

index f7bac77..32d724a 100644 (file)
@@ -7,7 +7,6 @@ use Carp;
 
 require Exporter;
 require DynaLoader;
-use AutoLoader;
 
 our @ISA = qw(Exporter DynaLoader);
 
@@ -73,7 +72,7 @@ our @EXPORT_OK = qw(
        YESSTR
 );
 
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 
 sub AUTOLOAD {
     # This AUTOLOAD is used to 'autoload' constants from the constant()
index 2e2e53b..d3ab6f3 100644 (file)
@@ -5,9 +5,8 @@ use strict;
 use Carp;
 
 require Exporter;
-require AutoLoader;
 
-our @ISA     = qw/ Exporter AutoLoader /;
+our @ISA     = qw/ Exporter /;
 our @EXPORT  = qw/ hostname /;
 
 our $VERSION;