ActiveResource

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

use inc::Module::Install;

all_from 'lib/ActiveResource.pm';

requires
    parent                   => 0,
    Class::Accessor::Lvalue  => 0,
    Class::Data::Inheritable => 0,
    XML::Hash                => 0,
    Hash::AsObject           => 0,
    LWP::UserAgent           => 0,
    Lingua::EN::Inflect      => 0,
    URI                      => 0;

tests 't/*.t';
author_tests 'xt/*.t';

WriteAll;



( run in 0.672 second using v1.01-cache-2.11-cpan-39bf76dae61 )