Test::Deep is already required; use it instead of is_deeply
[gitmo/MooseX-Storage.git] / t / 007_false.t
index 1b19ea6..8a91fd7 100644 (file)
@@ -4,6 +4,7 @@ use strict;
 use warnings;
 
 use Test::More tests => 8;
+use Test::Deep;
 
 BEGIN {
     use_ok('MooseX::Storage');
@@ -32,7 +33,7 @@ BEGIN {
     
     is($foo->boolean, 0, '... got the right boolean value');
     
-    is_deeply(
+    cmp_deeply(
         $foo->pack,
         {
             __CLASS__ => 'Foo',