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

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Mon Jan 12 04:46:44 GMT 2009


Author: t0m
Date: 2009-01-12 04:46:43 +0000 (Mon, 12 Jan 2009)
New Revision: 9070

Modified:
   Catalyst-Runtime/5.80/trunk/Makefile.PL
   Catalyst-Runtime/5.80/trunk/TODO
Log:
CatalystX::CRUD was a bug in that module's test suite - RT#42323

Modified: Catalyst-Runtime/5.80/trunk/Makefile.PL
===================================================================
--- Catalyst-Runtime/5.80/trunk/Makefile.PL	2009-01-12 04:46:39 UTC (rev 9069)
+++ Catalyst-Runtime/5.80/trunk/Makefile.PL	2009-01-12 04:46:43 UTC (rev 9070)
@@ -126,6 +126,7 @@
 # Nicked straight from Moose!
 sub check_conflicts {
     my %conflicts = (
+        'CatalystX::CRUD'                  => '0.37',
         'Catalyst::Action::RenderView'     => '0.08',
         'Catalyst::Plugin::DebugCookie'    => '0.999002',
         'Catalyst::Plugin::Authentication' => '0.100092',

Modified: Catalyst-Runtime/5.80/trunk/TODO
===================================================================
--- Catalyst-Runtime/5.80/trunk/TODO	2009-01-12 04:46:39 UTC (rev 9069)
+++ Catalyst-Runtime/5.80/trunk/TODO	2009-01-12 04:46:43 UTC (rev 9070)
@@ -10,7 +10,7 @@
        and which not, like NEXT does. Log::Log4perl needs to be fixed and the
        problem should be described in Upgrading.pod. (rafl)
 
-     - CatalystX-CRUD and CatalystX-CRUD-ModelAdapter-DBIC
+     - CatalystX-CRUD-ModelAdapter-DBIC
        fail tests against 5.80 (karpet)
 
      - Waiting on new releases:




More information about the Catalyst-commits mailing list