X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Action-REST.git;a=blobdiff_plain;f=t%2Flib%2FTest%2FRest.pm;h=5892aa5b1ce1c88030dfbdfc47b835df43ffadda;hp=bb748e97daa8cdf8eb92f59ef60432676dd48a1b;hb=e601addaf89882fccbc824c1a53328f0d049b32b;hpb=17d910bd120ee243917756ae8c4281e621a4f986 diff --git a/t/lib/Test/Rest.pm b/t/lib/Test/Rest.pm index bb748e9..5892aa5 100644 --- a/t/lib/Test/Rest.pm +++ b/t/lib/Test/Rest.pm @@ -15,7 +15,10 @@ use Params::Validate qw(:all); sub new { my $self = shift; - my %p = validate( @_, { content_type => { type => SCALAR }, }, ); + my %p = validate( @_, { + content_type => { type => SCALAR }, + }, + ); my $ref = { 'ua' => LWP::UserAgent->new, 'content_type' => $p{'content_type'},