convert all uses of Test::Exception to Test::Fatal.
[gitmo/MooseX-Storage.git] / t / 009_do_not_serialize_lazy.t
index 54331bf..0e7fc7a 100644 (file)
@@ -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');