bump version
[catagits/Web-Simple.git] / t / post.t
index 8ca1321..f7d8d80 100644 (file)
--- a/t/post.t
+++ b/t/post.t
@@ -10,8 +10,8 @@ use Test::More (
 {
   use Web::Simple 'PostTest';
   package PostTest;
-  dispatch {
-    sub (%foo=&bar~) {
+  sub dispatch_request {
+    sub (%:foo=&:bar~) {
       $_[1]->{bar} ||= 'EMPTY';
       [ 200,
         [ "Content-type" => "text/plain" ],