clean up contributors
[catagits/Catalyst-Runtime.git] / t / plugin_new_method_backcompat.t
index e0b94eb..28455fb 100644 (file)
@@ -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;
+