convert all uses of Test::Exception to Test::Fatal.
[gitmo/MooseX-Storage.git] / t / 006_w_custom_type_handlers.t
index d4f19b8..2583f80 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 
 use Test::More tests => 9;
-use Test::Exception;
+use Test::Fatal;
 
 BEGIN {
     use_ok('MooseX::Storage');