http://www.perlmonks.org?node_id=782794


in reply to Re: How do I use curl with perl and Twitter
in thread How do I use curl with perl and Twitter

Ordinarily I'd agree with you 100%. But playing devil's advocate for a second means I should point out that Net::Twitter requires Moose which requires half the CPAN. So one possible reason why anyone would avoid Net::Twitter is the somewhat lengthy and involved install process.

But in that case there's Net::Twitter::Lite

-- vek --

Replies are listed 'Best First'.
Re^3: How do I use curl with perl and Twitter
by stvn (Monsignor) on Jul 25, 2009 at 05:10 UTC
    Net::Twitter requires Moose which requires half the CPAN

    Actually it has only 4 direct (non-core) dependencies, this expands to only 21 dependencies in total (6 of which are core). See here for the actual list of dependencies, and here for a detailed listing and justification for each one.

    -stvn