From: Tomas Doran Date: Sat, 3 Jan 2009 13:16:47 +0000 (+0000) Subject: Fix X-Git-Tag: 5.8000_05~52 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=6438561bfc12a8e065da190706a2516c74a23698 Fix --- diff --git a/t/cdi_backcompat_plugin_accessor_override.t b/t/cdi_backcompat_plugin_accessor_override.t index 9b3bb0f..01ee258 100644 --- a/t/cdi_backcompat_plugin_accessor_override.t +++ b/t/cdi_backcompat_plugin_accessor_override.t @@ -32,7 +32,7 @@ lives_ok { # 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'; }