Subject: | require v-string |
Hello,
Running Net::Patricia with Perl 5.10 or greater will result in this warning:
v-string in use/require non-portable at ... /Net/Patricia.pm line 31.
Should be an easy fix. According to others who have run into this,
simply change:
require 5.6.0;
to:
require 5.006_000;
John