Test::Deep is already required; use it instead of is_deeply
[gitmo/MooseX-Storage.git] / t / 006_w_custom_type_handlers.t
index d4f19b8..2a352ad 100644 (file)
@@ -4,7 +4,8 @@ use strict;
 use warnings;
 
 use Test::More tests => 9;
-use Test::Exception;
+use Test::Deep;
+use Test::Fatal;
 
 BEGIN {
     use_ok('MooseX::Storage');
@@ -67,7 +68,7 @@ isa_ok($foo, 'Foo');
 
 isa_ok($foo->bar, 'Bar');
 
-is_deeply(
+cmp_deeply(
 $foo->pack,
 {
     __CLASS__ => "Foo",