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;h=28455fb8e69ffced73bed05a957308307d258837;hp=e0b94eb9f563333039e6062b218ab5822eea8381;hb=68b4caec7950a4dc7ed003fe0e78f73baf81f9d3;hpb=38e43e6542f104aa1fb29819a41f6d03f78667a8 diff --git a/t/plugin_new_method_backcompat.t b/t/plugin_new_method_backcompat.t index e0b94eb..28455fb 100644 --- a/t/plugin_new_method_backcompat.t +++ b/t/plugin_new_method_backcompat.t @@ -8,8 +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::Exception; +use Test::More; use Moose::Util qw/find_meta/; use FindBin; use lib "$FindBin::Bin/lib"; @@ -31,3 +30,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; +