X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fyaml.t;h=3c5a557012507323edfedd6690a3a31dbca6c194;hb=e984d145acedc9d1571498ed76de139bb1962a3a;hp=7559615a55a19234a1cd909c74386659ca139db7;hpb=8f00a41bd7efb75d302d0a333e0eb5bc7d75c931;p=catagits%2FCatalyst-Action-REST.git diff --git a/t/yaml.t b/t/yaml.t index 7559615..3c5a557 100644 --- a/t/yaml.t +++ b/t/yaml.t @@ -1,6 +1,6 @@ use strict; use warnings; -use Test::More qw(no_plan); +use Test::More; use FindBin; use lib ("$FindBin::Bin/lib", "$FindBin::Bin/../lib"); @@ -32,3 +32,5 @@ SKIP: { }; 1; + +done_testing;