Skip Menu |

This queue is for tickets about the Test-WWW-Simple CPAN distribution.

Report information
The Basics
Id: 69022
Status: resolved
Priority: 0/
Queue: Test-WWW-Simple

People
Owner: Nobody in particular
Requestors: RENEEB [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.31
Fixed in: (no value)



Subject: t/10ss_blank.t should use the "current" perl
When you try to install Test::WWW::Simple with a perl other than your standard perl, you get an error if the dependencies are not available in your standard perl. t/10ss_blank.t looks like @output = `examples/simple_scan<examples/ss_blank.in`; Try @output = `$^X examples/simple_scan < examples/ss_blank.in`; instead.
This was fixed a few commits back and I forgot to close this ticket.