X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F302_modify_parent_method.t;h=2373453c18271c5e8136646b1d397abee94355ef;hb=871e9eb5d05b8b9986b2de3f4095f65a31159c56;hp=c52f1a8cec70b9fa6d4e195d7a75bb25dac7bc3e;hpb=8371f3de4e9525ab751008dca4a89e6df65345a6;p=gitmo%2FClass-MOP.git diff --git a/t/302_modify_parent_method.t b/t/302_modify_parent_method.t index c52f1a8..2373453 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::Exception; +use Test::Fatal; use Class::MOP;