first go a a test and method to convert tags to events
[catagits/Web-Simple.git] / t / response-filter.t
index 645e4e6..1cac671 100644 (file)
@@ -15,7 +15,7 @@ use HTTP::Request::Common qw(GET POST);
           [ 'Content-Type' => 'text/html' ], 
           [ shift->{name} ],
         ];
-      };
+      }
     },
     sub (GET + /index) {
       bless {name=>'john'}, 'CrazyHotWildWet';