Anonymous - 2014-01-28

I can verify this...

lucid:
echo 'use Net::SNMP;

print Net::SNMP->VERSION."\n";' | perl
118.053046
precise:
echo 'use Net::SNMP;
print Net::SNMP->VERSION."\n";' | perl
v6.0.1

I've attached a patch. I'm not sure what this test is for. It doesn't seem like it would have any effect. Perhaps it should instead be removed.

Thanks for the script...