X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FTestApp%2FModel%2FClosuresInConfig.pm;h=224f509e183beebcd2b8473efb27c12022df2861;hb=88e5a8b0c4d28e46b8ba6b6b9567063e57af9063;hp=8f005b42c533389dbc92326b0883f05304deb2c4;hpb=9868e0a0023cc8b598d60f150ea367e0056a65f3;p=catagits%2FCatalyst-Runtime.git diff --git a/t/lib/TestApp/Model/ClosuresInConfig.pm b/t/lib/TestApp/Model/ClosuresInConfig.pm index 8f005b4..224f509 100644 --- a/t/lib/TestApp/Model/ClosuresInConfig.pm +++ b/t/lib/TestApp/Model/ClosuresInConfig.pm @@ -5,7 +5,7 @@ use namespace::clean -except => 'meta'; extends 'TestApp::Model'; # Note - don't call ->config in here until the constructor calls it to -# retrieve config, so that we get the 'copy from parent' path, +# retrieve config, so that we get the 'copy from parent' path, # and ergo break due to the closure if dclone is used there.. __PACKAGE__->meta->make_immutable;