Subject: | Tests run with system perl (0.69, 0.70) |
The test suite seems to run with the perl found in user's PATH (usually the system perl) or with a hardcoded /usr/bin/perl, and not with $^X, the perl that's currently used for building the module. This explains the 100% FAILs (see here http://matrix.cpantesters.org/?dist=File-Unpack%200.69 , and 0.70 looks the same).
Probably you have to use explicitly $^X when calling scripts, or call scripts from blib/scripts, where the correct shebang is usually already replaced.