[Catalyst-commits] r8996 - Catalyst-Runtime/5.80/trunk/t

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Sat Jan 3 13:16:47 GMT 2009


Author: t0m
Date: 2009-01-03 13:16:47 +0000 (Sat, 03 Jan 2009)
New Revision: 8996

Modified:
   Catalyst-Runtime/5.80/trunk/t/cdi_backcompat_plugin_accessor_override.t
Log:
Fix

Modified: Catalyst-Runtime/5.80/trunk/t/cdi_backcompat_plugin_accessor_override.t
===================================================================
--- Catalyst-Runtime/5.80/trunk/t/cdi_backcompat_plugin_accessor_override.t	2009-01-03 12:42:16 UTC (rev 8995)
+++ Catalyst-Runtime/5.80/trunk/t/cdi_backcompat_plugin_accessor_override.t	2009-01-03 13:16:47 UTC (rev 8996)
@@ -32,7 +32,7 @@
 # are not created in MyApp until the data is written to.
 TODO: {
     local $TODO = "Copying the class data accessor down into MyApp other than at runtime\n" .
-    " when assigned (as pre exact CDI behavior) causes methods to not get run';
+    " when assigned (as pre exact CDI behavior) causes methods to not get run";
     no warnings 'once';
     is $CDICompatTestPlugin::Data::HAS_RUN_SETUP_FINISHED, 1, 'Plugin setup_finish run';
 }




More information about the Catalyst-commits mailing list