X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F15_recursion.t;h=4bafb43ca711a406f3829dc6927144c87383e3e8;hb=a344ca961b0a3507cfb5a4fc142c3d89c0bea1c7;hp=f98709f757ca3ebc129dfa77b6e1583ec0425dd8;hpb=077ac262426e5f48cfe70fd1711ccd27971fab44;p=gitmo%2FMooseX-Types.git diff --git a/t/15_recursion.t b/t/15_recursion.t index f98709f..4bafb43 100644 --- a/t/15_recursion.t +++ b/t/15_recursion.t @@ -20,8 +20,7 @@ BEGIN { package MooseX::Types::Test::Recursion::TestRunner; BEGIN { - use Test::More tests=>5; - use Test::Exception; + use Test::More; ## Grab the newly created test type constraint MooseX::Types::Test::Recursion->import(':all'); @@ -49,10 +48,6 @@ BEGIN { ok ! RecursiveHashRef->check({key=>{subkey=>"value",subkey2=>{ssubkey=>[1,2,3]}}}) => 'Properly invalidates bad value deeply'; -} - - - - - + done_testing; +}