convert all uses of Test::Exception to Test::Fatal.
[gitmo/MooseX-Storage.git] / t / 008_do_not_serialize.t
index 4df3889..200e90b 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 
 use Test::More tests => 13;
-use Test::Exception;
+use Test::Fatal;
 
 BEGIN {
     use_ok('MooseX::Storage');