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=07de6d948ccbe948425b39972dbd12e5286210a2;hb=33d3ae66457093bf400181b1a8145460257fc563;hpb=ae15d9daa40b39a22ccdf610291b8bb09e64ab9b diff --git a/t/plugin_new_method_backcompat.t b/t/plugin_new_method_backcompat.t index 07de6d9..28455fb 100644 --- a/t/plugin_new_method_backcompat.t +++ b/t/plugin_new_method_backcompat.t @@ -9,7 +9,6 @@ # Also tests method modifiers and etc in MyApp.pm still work as expected. use Test::More; -use Test::Exception; use Moose::Util qw/find_meta/; use FindBin; use lib "$FindBin::Bin/lib";