From: John Napiorkowski Date: Mon, 10 Jan 2011 19:36:28 +0000 (-0500) Subject: changes after mst code review X-Git-Tag: v0.005~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FWeb-Simple.git;a=commitdiff_plain;h=ca739b0da1210a1263558e75181744b6289969d1 changes after mst code review --- diff --git a/t/response-filter.t b/t/response-filter.t index c03ccd3..645e4e6 100644 --- a/t/response-filter.t +++ b/t/response-filter.t @@ -1,6 +1,4 @@ -use strict; -use warnings FATAL => 'all'; - +use strictures 1; use Test::More; use Plack::Test; use HTTP::Request::Common qw(GET POST); @@ -10,7 +8,7 @@ use HTTP::Request::Common qw(GET POST); use Web::Simple; sub dispatch_request { my $self = shift; - sub (.html) { + sub (.html) { response_filter { return [ 200,