X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F006_w_custom_type_handlers.t;h=2a352ad80900eae710c501a073c8fdd6fe29ede8;hb=619ab942be0a8bd8f530c57ca5b0c8d833cdc89b;hp=d4f19b8c46fcca2c77c2a4a0118f36f5fe487b74;hpb=1c6ac7757f2c724f4dd8a5a87daa9a6d360bdd93;p=gitmo%2FMooseX-Storage.git diff --git a/t/006_w_custom_type_handlers.t b/t/006_w_custom_type_handlers.t index d4f19b8..2a352ad 100644 --- a/t/006_w_custom_type_handlers.t +++ b/t/006_w_custom_type_handlers.t @@ -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",