Skip Menu |

This queue is for tickets about the RDF-Notation3 CPAN distribution.

Report information
The Basics
Id: 72828
Status: new
Priority: 0/
Queue: RDF-Notation3

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

Bug Information
Severity: Normal
Broken in: 0.91
Fixed in: (no value)



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,