X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcdi_backcompat_plugin_accessor_override.t;h=01ee2585a6ceef5653f3d476fcfa6ffc7d8ed88b;hb=4e37bcd991f09d8215fa2c79122d187ec411864c;hp=9b3bb0f73280f4e71a4fa9cd5157bdba554f6e52;hpb=df3ea11bb1ad740663f2a4c909fba71612aa6a48;p=catagits%2FCatalyst-Runtime.git 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'; }