Fixing type (s/Rest/REST/g)
adam [Mon, 16 Oct 2006 22:35:47 +0000 (22:35 +0000)]
Makefile.PL

index d542760..f7ad13d 100644 (file)
@@ -3,7 +3,7 @@ use inc::Module::Install 0.64;
 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',