[Catalyst-commits] r9492 - Catalyst-Action-REST/0.60/trunk

timbunce at dev.catalyst.perl.org timbunce at dev.catalyst.perl.org
Wed Mar 11 16:05:24 GMT 2009


Author: timbunce
Date: 2009-03-11 16:05:23 +0000 (Wed, 11 Mar 2009)
New Revision: 9492

Modified:
   Catalyst-Action-REST/0.60/trunk/Makefile.PL
Log:
Change requires('Catalyst-Runtime',...) to requires('Catalyst',...) as the former is easily confused.


Modified: Catalyst-Action-REST/0.60/trunk/Makefile.PL
===================================================================
--- Catalyst-Action-REST/0.60/trunk/Makefile.PL	2009-03-11 09:01:30 UTC (rev 9491)
+++ Catalyst-Action-REST/0.60/trunk/Makefile.PL	2009-03-11 16:05:23 UTC (rev 9492)
@@ -5,7 +5,7 @@
 name 'Catalyst-Action-REST';
 all_from 'lib/Catalyst/Action/REST.pm';
 
-requires('Catalyst-Runtime'          => '5.7001');
+requires('Catalyst'                  => '5.7001');
 requires('Params::Validate'          => '0.76');
 requires('YAML::Syck'                => '0.67');
 requires('Module::Pluggable::Object' => undef);




More information about the Catalyst-commits mailing list