changes after mst code review
John Napiorkowski [Mon, 10 Jan 2011 19:36:28 +0000 (14:36 -0500)]
t/response-filter.t

index c03ccd3..645e4e6 100644 (file)
@@ -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,