Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 567 Bytes

File metadata and controls

25 lines (19 loc) · 567 Bytes

ToopherAPI Perl Client

Perl Version

= 5.0.0

Installing Dependencies

Toopher uses CPAN.

To ensure all dependencies are up-to-date run:

$ cpan install HTTP::Request::Common JSON LWP::UserAgent LWP::Protocol::https Net::OAuth::ConsumerRequest Class::Struct URI::Escape

To ensure test dependencies are installed enter:

$ cpan install Try::Tiny HTTP::Response Test::More URI URL::Encode

Note: You may need to use sudo for OSX.

Tests

To run the tests enter:

$ perl -Ilib t/01sanity.t