X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fpost.t;h=f7d8d8033b5aa80385430bcb5f51981b90f00a0e;hb=606474857d8d72081dd5da21971f43bb618ad8bb;hp=1caa802b87a52844f6f69f1f81980f30e0c16ba8;hpb=a61c443ed75a649a57c57adef8fe55357f0d2892;p=catagits%2FWeb-Simple.git diff --git a/t/post.t b/t/post.t index 1caa802..f7d8d80 100644 --- a/t/post.t +++ b/t/post.t @@ -10,7 +10,7 @@ use Test::More ( { use Web::Simple 'PostTest'; package PostTest; - dispatch { + sub dispatch_request { sub (%:foo=&:bar~) { $_[1]->{bar} ||= 'EMPTY'; [ 200,