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.