Test::Deep is already required; use it instead of is_deeply
[gitmo/MooseX-Storage.git] / t / 005_w_versions_and_authority_check.t
index 7f4456f..cafb13a 100644 (file)
@@ -4,6 +4,7 @@ use strict;
 use warnings;
 
 use Test::More tests => 8;
+use Test::Deep;
 use Test::Fatal;
 
 BEGIN {
@@ -50,7 +51,7 @@ checks are performed upon object expansion.
     );
     isa_ok( $foo, 'Foo' );
     
-    is_deeply(
+    cmp_deeply(
         $foo->pack,
         {
             __CLASS__ => 'Foo-0.01-cpan:JRANDOM',