X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fxml-simple.t;h=3422e78aeb2ee60f45a395b4c924615995c144dc;hb=f04ed654a172628f642bdefe8483c1e6becf9ad1;hp=ccc9c00da7c18979a1a96824baca67d925b4a593;hpb=8f00a41bd7efb75d302d0a333e0eb5bc7d75c931;p=catagits%2FCatalyst-Action-REST.git 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;