[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Omaha.pm] [OMG] Twitter & The Makery Management Micro



Nah... Given the version problem, I'll probably muck about and get the current version (and its dependencies) installed in my shell ...

Don't worry about the "no strict" thing... I won't tell anyone :)  (I'm a poor excuse for a programmer... "What's Strict?" j/k)

On Wed, Jan 11, 2012 at 10:27 PM, Jay Hannah <jay@jays.net> wrote:
On Jan 11, 2012, at 10:18 PM, Kevin Fusselman wrote:
> Net::Twitter version 100 required--this is only version 3.11011.
>
> (smooth hack to get the version, btw...)

Hmm... that version has quite a few complaints against it

  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/

> > 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.

that line of code still seems relevant...

  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...