Added logging to 4xx status handlers
[catagits/Catalyst-Action-REST.git] / Makefile.PL
CommitLineData
7328f0ab 1use inc::Module::Install 0.64;
2
3perl_version '5.8.1';
4
5name 'Catalyst-Action-REST';
c7cecf65 6all_from 'lib/Catalyst/Action/REST.pm';
7328f0ab 7
8'Catalyst' => '5.7001',
9'Params::Validate' => '0.76',
10'YAML::Syck' => '0.67',
11'Module::Pluggable::Object' => undef,
12'LWP::UserAgent' => '2.033',
13'Data::Serializer' => '0.36',
14'Class::Inspector' => '1.13',
15
16WriteAll;
17