diff options
Diffstat (limited to 'lib/Net/servent.pm')
-rw-r--r-- | lib/Net/servent.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Net/servent.pm b/lib/Net/servent.pm index 18c7fb5c92..eaf621a397 100644 --- a/lib/Net/servent.pm +++ b/lib/Net/servent.pm @@ -1,7 +1,7 @@ package Net::servent; use strict; -use 5.005_64; +use 5.6.1; our $VERSION = '1.00'; our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS); BEGIN { |