X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FNet%2Fhostent.pm;h=04cbee35a7cea5da11596f10991cafe7dd5508b4;hb=302c2e6b3178d72ea1114a76af5852e6680bacc8;hp=d586358f0a50a22512710312575b7f282d1a03b4;hpb=8dcee03ef4ed12141a63dec75da7d736915e7be4;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Net/hostent.pm b/lib/Net/hostent.pm index d586358..04cbee3 100644 --- a/lib/Net/hostent.pm +++ b/lib/Net/hostent.pm @@ -1,9 +1,11 @@ package Net::hostent; use strict; +use 5.006_001; +our $VERSION = '1.00'; +our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS); BEGIN { use Exporter (); - use vars qw(@EXPORT @EXPORT_OK %EXPORT_TAGS); @EXPORT = qw(gethostbyname gethostbyaddr gethost); @EXPORT_OK = qw( $h_name @h_aliases