We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ff0d6 commit a255ad5Copy full SHA for a255ad5
dist.ini
@@ -25,6 +25,7 @@ dir = script
25
[Prereqs / RuntimeRequires]
26
perl = 5.008
27
HTML::Form = 6.08
28
+HTTP::Message = 7.01
29
30
[Prereqs / TestRequires]
31
HTTP::Daemon = 6.12
t/tick.t
@@ -36,6 +36,7 @@ Content-Type: application/x-www-form-urlencoded
36
foo=bye&no_value=&submit=Submit
37
EOT
38
39
+chomp($wanted);
40
is( $reqstring, $wanted, 'Proper posting' );
41
42
like(
0 commit comments