Fix a2p manpage (from Debian)
[p5sagit/p5-mst-13.2.git] / lib / Net / hostent.pm
index 6cfde72..3a2fc01 100644 (file)
@@ -1,7 +1,8 @@
 package Net::hostent;
 use strict;
 
-use 5.005_64;
+use 5.006_001;
+our $VERSION = '1.01';
 our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS);
 BEGIN { 
     use Exporter   ();
@@ -69,7 +70,7 @@ Net::hostent - by-name interface to Perl's built-in gethost*() functions
 
 =head1 SYNOPSIS
 
- use Net::hostnet;
+ use Net::hostent;
 
 =head1 DESCRIPTION