X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F302_modify_parent_method.t;h=c52f1a8cec70b9fa6d4e195d7a75bb25dac7bc3e;hb=8371f3de4e9525ab751008dca4a89e6df65345a6;hp=2373453c18271c5e8136646b1d397abee94355ef;hpb=d65739b4429cbd77a5400b2ac8273af504fcf3da;p=gitmo%2FClass-MOP.git diff --git a/t/302_modify_parent_method.t b/t/302_modify_parent_method.t index 2373453..c52f1a8 100644 --- a/t/302_modify_parent_method.t +++ b/t/302_modify_parent_method.t @@ -2,7 +2,7 @@ use strict; use warnings; use Test::More; -use Test::Fatal; +use Test::Exception; use Class::MOP;