X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fpost.t;h=1caa802b87a52844f6f69f1f81980f30e0c16ba8;hb=5705ec1e7e2eb08635a9d54da3731446da531e6e;hp=8ca1321ffe16c89d718fcd88a765ba95e6d4a9e4;hpb=92e23550709cc075dd06e14d50dc302d0b405977;p=catagits%2FWeb-Simple.git diff --git a/t/post.t b/t/post.t index 8ca1321..1caa802 100644 --- a/t/post.t +++ b/t/post.t @@ -11,7 +11,7 @@ use Test::More ( use Web::Simple 'PostTest'; package PostTest; dispatch { - sub (%foo=&bar~) { + sub (%:foo=&:bar~) { $_[1]->{bar} ||= 'EMPTY'; [ 200, [ "Content-type" => "text/plain" ],