Subject: | my $ret = `perl sax.pl test04.n3`; # calls the wrong perl |
As per subject.
I found this line in
http://cpansearch.perl.org/src/PCIMPRICH/RDF-Notation3-0.91/t/02triples.t
If the perl that is used for testing in not the same as the first perl
in the path, then this test generates a result that reflect the wrong perl.
Sample fail report:
http://www.cpantesters.org/cpan/report/16e577d8-13d1-11e1-bc46-728171f88b7f
The diagnostics reveal that the XML::SAX::Base was not found by that
other perl.
Solutions exist many, the most trivial is to replace "perl" with $^X.
HTH, Thanks && Regards,