[Catalyst-commits] r10961 - Catalyst-Runtime/5.80/trunk

hobbs at dev.catalyst.perl.org hobbs at dev.catalyst.perl.org
Thu Jul 23 04:46:44 GMT 2009


Author: hobbs
Date: 2009-07-23 04:46:43 +0000 (Thu, 23 Jul 2009)
New Revision: 10961

Modified:
   Catalyst-Runtime/5.80/trunk/Makefile.PL
Log:
Depend on Module::Pluggable 3.9 to resolve a bug with inner packages in tests.


Modified: Catalyst-Runtime/5.80/trunk/Makefile.PL
===================================================================
--- Catalyst-Runtime/5.80/trunk/Makefile.PL	2009-07-23 00:25:28 UTC (rev 10960)
+++ Catalyst-Runtime/5.80/trunk/Makefile.PL	2009-07-23 04:46:43 UTC (rev 10961)
@@ -23,7 +23,7 @@
 requires 'HTTP::Response';
 requires 'HTTP::Request::AsCGI' => '0.8';
 requires 'LWP::UserAgent';
-requires 'Module::Pluggable' => '3.01';
+requires 'Module::Pluggable' => '3.9';
 requires 'Path::Class' => '0.09';
 requires 'Scalar::Util';
 requires 'Sub::Exporter';




More information about the Catalyst-commits mailing list