On Jan 11, 2012, at 10:18 PM, Kevin Fusselman wrote:Hmm... that version has quite a few complaints against it
> Net::Twitter version 100 required--this is only version 3.11011.
>
> (smooth hack to get the version, btw...)
http://static.cpantesters.org/distro/N/Net-Twitter.html#3.11011
and is over 2 years old... :/
http://search.cpan.org/~mmims/Net-Twitter-3.18001/
that line of code still seems relevant...
> > Couldn't load class (Net::Twitter::Role::OAuth) because: Bareword "Net::OAuth::PROTOCOL_VERSION_1_0A" not allowed while "strict subs" in use at /usr/share/perl5/Net/Twitter/Role/OAuth.pm line 14.
https://github.com/semifor/Net-Twitter/blob/master/lib/Net/Twitter/Role/OAuth.pm#L14
I hate saying this, but does anything change if you add
no strict "subs";
to your script?
j
booo... hiss...