X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F019_anon_class_keep_alive.t;h=4963a569f2a5cbb8c37e5c02a7eb1169a1094dee;hb=871e9eb5d05b8b9986b2de3f4095f65a31159c56;hp=17aedaca70410e93cf0c6ec60ca7bef8d71147d9;hpb=8371f3de4e9525ab751008dca4a89e6df65345a6;p=gitmo%2FClass-MOP.git diff --git a/t/019_anon_class_keep_alive.t b/t/019_anon_class_keep_alive.t index 17aedac..4963a56 100644 --- a/t/019_anon_class_keep_alive.t +++ b/t/019_anon_class_keep_alive.t @@ -2,7 +2,7 @@ use strict; use warnings; use Test::More; -use Test::Exception; +use Test::Fatal; use Class::MOP;