diff options
Diffstat (limited to 'lib/Net/protoent.pm')
-rw-r--r-- | lib/Net/protoent.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Net/protoent.pm b/lib/Net/protoent.pm index 334af78914..6aad940903 100644 --- a/lib/Net/protoent.pm +++ b/lib/Net/protoent.pm @@ -5,7 +5,7 @@ use 5.005_64; our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS); BEGIN { use Exporter (); - @EXPORT = qw(getprotobyname getprotobynumber getprotoent); + @EXPORT = qw(getprotobyname getprotobynumber getprotoent getproto); @EXPORT_OK = qw( $p_name @p_aliases $p_proto ); %EXPORT_TAGS = ( FIELDS => [ @EXPORT_OK, @EXPORT ] ); } |