X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F014_attribute_introspection.t;h=112b9c0810258c800d2d19f9e5fbd31834765145;hb=871e9eb5d05b8b9986b2de3f4095f65a31159c56;hp=7b7780370a8cb066d5bd53b722bb1c07654b5edf;hpb=8371f3de4e9525ab751008dca4a89e6df65345a6;p=gitmo%2FClass-MOP.git diff --git a/t/014_attribute_introspection.t b/t/014_attribute_introspection.t index 7b77803..112b9c0 100644 --- a/t/014_attribute_introspection.t +++ b/t/014_attribute_introspection.t @@ -2,7 +2,7 @@ use strict; use warnings; use Test::More; -use Test::Exception; +use Test::Fatal; use Class::MOP;