X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F007_false.t;h=8a91fd7cc9fcb2d14bd77eae4fe6e66952e5138c;hb=619ab942be0a8bd8f530c57ca5b0c8d833cdc89b;hp=1b19ea6d719973347efbdeb64ad9196aa04449ec;hpb=917411c24963038e4f6a0a1680cbd53f2f9d4a3c;p=gitmo%2FMooseX-Storage.git diff --git a/t/007_false.t b/t/007_false.t index 1b19ea6..8a91fd7 100644 --- a/t/007_false.t +++ b/t/007_false.t @@ -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',