X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F009_do_not_serialize_lazy.t;h=0e7fc7a13f36e1dafb547e568245b30c7f265af7;hb=6f80d4038446bbbc3c1abfc467a5fe2b81c1c404;hp=54331bfdfebdcf7197fc12bc52944412d3193195;hpb=76218b465af423661a8b711a20e3e458f9adbb08;p=gitmo%2FMooseX-Storage.git diff --git a/t/009_do_not_serialize_lazy.t b/t/009_do_not_serialize_lazy.t index 54331bf..0e7fc7a 100644 --- a/t/009_do_not_serialize_lazy.t +++ b/t/009_do_not_serialize_lazy.t @@ -4,7 +4,7 @@ use strict; use warnings; use Test::More 'no_plan';#tests => 6; -use Test::Exception; +use Test::Fatal; BEGIN { use_ok('MooseX::Storage');