X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fresponse-filter.t;h=1cac6712ce2a08d82bdc76e4c2358baad5d3f679;hb=2c74748e4256c608843f217451cd6d548bc08946;hp=645e4e660c308bdd45571856e3400012a57ba466;hpb=ca739b0da1210a1263558e75181744b6289969d1;p=catagits%2FWeb-Simple.git diff --git a/t/response-filter.t b/t/response-filter.t index 645e4e6..1cac671 100644 --- a/t/response-filter.t +++ b/t/response-filter.t @@ -15,7 +15,7 @@ use HTTP::Request::Common qw(GET POST); [ 'Content-Type' => 'text/html' ], [ shift->{name} ], ]; - }; + } }, sub (GET + /index) { bless {name=>'john'}, 'CrazyHotWildWet';