Add mktables option for development use
[p5sagit/p5-mst-13.2.git] / lib / Net / netent.pm
index b21cd04..f7d32cb 100644 (file)
@@ -1,7 +1,8 @@
 package Net::netent;
 use strict;
 
-use 5.005_64;
+use 5.006_001;
+our $VERSION = '1.00';
 our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS);
 BEGIN { 
     use Exporter   ();