Subject: | t/40.request.t doesn't skip properly |
t/40.request.t in the CGI::Simple 0.83 has wrong skip argument and
doesn't skip properly under Win32 (or other platforms without fork).
Here is a patch to fix.
diff -ur CGI-Simple-0.83/t/40.request.t CGI-Simple-0.83-patched/t/
40.request.t
--- CGI-Simple-0.83/t/40.request.t 2007-05-23 03:35:49.000000000 +0900
+++ CGI-Simple-0.83-patched/t/40.request.t 2007-05-23
15:29:25.844000000 +0900
@@ -135,7 +135,7 @@
is(join(' ', $q->param('bar')), 'foo bar baz', 'tied interface store');
SKIP: {
- skip "Fork not available on this platform", 3
+ skip "Fork not available on this platform", 7
unless $Config{d_fork};
# test posting