Subject: | Test failure because wrong perl is called |
In the test report
http://www.nntp.perl.org/group/perl.cpan.testers/2009/07/msg4749490.html
you see the error message 'Undefined symbol "PL_unitcheckav"'. This is
typically an indication that during the test suite at some point another
perl version is used than the supposed one. I guess here the system perl
(perl 5.8.8) is used while I was testing with perl 5.10.0. The problem
is probably that foo.pl is hardcoded to use /usr/bin/perl. A possible
fix: somehow you could change the shebang of this script to $^X.
Regards,
Slaven