X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fxml-simple.t;h=ded20eff79de2d5ecdf25dc89c820a4a7baedda1;hb=3d1e10e70eb17bd02ed4c3ba440fce3a94696833;hp=ccc9c00da7c18979a1a96824baca67d925b4a593;hpb=8f00a41bd7efb75d302d0a333e0eb5bc7d75c931;p=catagits%2FCatalyst-Action-REST.git diff --git a/t/xml-simple.t b/t/xml-simple.t index ccc9c00..ded20ef 100644 --- a/t/xml-simple.t +++ b/t/xml-simple.t @@ -1,8 +1,7 @@ use strict; use warnings; -use Test::More qw(no_plan); +use Test::More; use FindBin; -use Data::Dump qw(dump); use lib ("$FindBin::Bin/lib", "$FindBin::Bin/../lib"); use Test::Rest; @@ -34,3 +33,5 @@ SKIP: { }; 1; + +done_testing;