Subject: | Using wrong perl for testing |
Some tests in t/99_dump.t are being run with the first perl interpreter
in the $PATH. This is not necessarily the one that is building and
testing the module.
The testing perl can be determined with the $^X variable or with a
module such as Probe::Perl.
HTH, Cheers,