X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F061_instance_inline.t;h=ec6180555aca3d0418eef52cc67581cadd0efd67;hb=8371f3de4e9525ab751008dca4a89e6df65345a6;hp=7100c80d84a5ee6e1a713462973bd66e6dcf06c6;hpb=d65739b4429cbd77a5400b2ac8273af504fcf3da;p=gitmo%2FClass-MOP.git diff --git a/t/061_instance_inline.t b/t/061_instance_inline.t index 7100c80..ec61805 100644 --- a/t/061_instance_inline.t +++ b/t/061_instance_inline.t @@ -2,7 +2,7 @@ use strict; use warnings; use Test::More; -use Test::Fatal; +use Test::Exception; use Class::MOP::Instance;