X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F008_do_not_serialize.t;h=200e90b6f7e326ef02c148d70b85db79e864bde0;hb=9d3c60f5f35a8d28951049e8daccd9f67c22f9aa;hp=4df388928faa15e0749199be1da99cac4d34f35c;hpb=c21a034f8b360ad6cbf51ae1dab269fc6ef5a6b3;p=gitmo%2FMooseX-Storage.git diff --git a/t/008_do_not_serialize.t b/t/008_do_not_serialize.t index 4df3889..200e90b 100644 --- a/t/008_do_not_serialize.t +++ b/t/008_do_not_serialize.t @@ -4,7 +4,7 @@ use strict; use warnings; use Test::More tests => 13; -use Test::Exception; +use Test::Fatal; BEGIN { use_ok('MooseX::Storage');