Subject: | v-string in use/require non-portable |
Hi,
I want to start off thanking you for Net::Whois::Raw. This is one of
those modules you set up once and then forget about. It's been working
flawlessly for me for nearly three years.
Today, after upgrading to the latest version, I noticed an error in my
logs I hadn't seen before. That's not to say that it hasn't been been
there before. If it was I just didn't notice it. The error:
v-string in use/require non-portable at [...]/Net/Whois/Raw.pm line 3.
I'm using Perl 5.10. I think the error is happening because you're not
putting a v in front of '5.8.1.' According to
http://perldoc.perl.org/functions/use.html, it seems that the 'v5.8.1'
syntax works on perl 5.6 and above, but that using '5.008' is preferred.
Like I said, I hadn't noticed this before, so maybe this particular
warning is new to 5.10, but I thought I'd call your attention to it.
Thanks again,
Michael De Soto