Skip to content

Commit a255ad5

Browse files
committed
Fix test failure after release of HTTP::Message 7.01
1 parent b6ff0d6 commit a255ad5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dist.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ dir = script
2525
[Prereqs / RuntimeRequires]
2626
perl = 5.008
2727
HTML::Form = 6.08
28+
HTTP::Message = 7.01
2829

2930
[Prereqs / TestRequires]
3031
HTTP::Daemon = 6.12

t/tick.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Content-Type: application/x-www-form-urlencoded
3636
foo=bye&no_value=&submit=Submit
3737
EOT
3838

39+
chomp($wanted);
3940
is( $reqstring, $wanted, 'Proper posting' );
4041

4142
like(

0 commit comments

Comments
 (0)