Adding documentation, and a 202 Accepted status helper
[catagits/Catalyst-Action-REST.git] / Makefile.PL
index d542760..eb9a46d 100644 (file)
@@ -1,9 +1,9 @@
-use inc::Module::Install 0.64;
+use inc::Module::Install;
 
 perl_version '5.8.1';
 
 name 'Catalyst-Action-REST';
-all_from 'lib/Catalyst/Action/Rest.pm';
+all_from 'lib/Catalyst/Action/REST.pm';
 
 'Catalyst'                  => '5.7001',
 'Params::Validate'          => '0.76',