X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F005_w_versions_and_authority_check.t;h=cafb13a06ba66e43bdf2f257f00d0d57e33f8875;hb=619ab942be0a8bd8f530c57ca5b0c8d833cdc89b;hp=7f4456f1ef6abe25194dd0bce03a149a0d48596e;hpb=9d3c60f5f35a8d28951049e8daccd9f67c22f9aa;p=gitmo%2FMooseX-Storage.git diff --git a/t/005_w_versions_and_authority_check.t b/t/005_w_versions_and_authority_check.t index 7f4456f..cafb13a 100644 --- a/t/005_w_versions_and_authority_check.t +++ b/t/005_w_versions_and_authority_check.t @@ -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',