X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Action-REST.git;a=blobdiff_plain;f=t%2Fxml-simple.t;h=3422e78aeb2ee60f45a395b4c924615995c144dc;hp=ccc9c00da7c18979a1a96824baca67d925b4a593;hb=960e29eed9ccd049c3c0dcd78a65308242a64ae0;hpb=8f00a41bd7efb75d302d0a333e0eb5bc7d75c931 diff --git a/t/xml-simple.t b/t/xml-simple.t index ccc9c00..3422e78 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 tests => 5; use FindBin; -use Data::Dump qw(dump); use lib ("$FindBin::Bin/lib", "$FindBin::Bin/../lib"); use Test::Rest;