X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Fplugin_new_method_backcompat.t;fp=t%2Fplugin_new_method_backcompat.t;h=07de6d948ccbe948425b39972dbd12e5286210a2;hp=e0b94eb9f563333039e6062b218ab5822eea8381;hb=ae15d9daa40b39a22ccdf610291b8bb09e64ab9b;hpb=38e43e6542f104aa1fb29819a41f6d03f78667a8 diff --git a/t/plugin_new_method_backcompat.t b/t/plugin_new_method_backcompat.t index e0b94eb..07de6d9 100644 --- a/t/plugin_new_method_backcompat.t +++ b/t/plugin_new_method_backcompat.t @@ -8,7 +8,7 @@ # that plugins don't get it wrong for us. # Also tests method modifiers and etc in MyApp.pm still work as expected. -use Test::More tests => 8; +use Test::More; use Test::Exception; use Moose::Util qw/find_meta/; use FindBin; @@ -31,3 +31,5 @@ TestAppBadlyImmutable->_make_immutable_if_needed; like $warning, qr/\QYou made your application class (TestAppBadlyImmutable) immutable/, 'An application class that is already immutable but does not inline the constructor warns at ->setup'; +done_testing; +