Subject: | use NetAddr::IP ':nofqdn' fails |
$ perl -E "use NetAddr::IP ':nofqdn';"
"nofqdn" is not defined in %NetAddr::IP::EXPORT_TAGS at -e line 1.
Can't continue after import errors at /home/ahartmai/perl5/perlbrew/perls/22.1/lib/site_perl/5.22.1/x86_64-linux/NetAddr/IP.pm line 409.
It might be an oversight to list :nofqdn as export tag in the synopsis of NetAddr::IP as the example lower down says "use NetAddr::IP::Lite ':nofqdn';".
Please also improve the docs regarding the difference between NetAddr::IP and ::Lite and which to prefer for what case.