Subject: | Test errors |
While trying to build Kwiki under FreeBSD 4.9-stable with Perl 5.6.1, I received the following errors:
t/hook............"super" is not exported by the Spiffy module at /home/charlott/perl5/lib/site_perl/5.6.1//Spiffy.pm line 108
"const" is not exported by the Spiffy module at /home/charlott/perl5/lib/site_perl/5.6.1//Spiffy.pm line 108
"stub" is not exported by the Spiffy module at /home/charlott/perl5/lib/site_perl/5.6.1//Spiffy.pm line 108
Can't continue after import errors at /home/charlott/perl5/lib/site_perl/5.6.1//Spiffy.pm line 108
BEGIN failed--compilation aborted at /home/charlott/perl5/lib/site_perl/5.6.1//IO/All.pm line 3.
Compilation failed in require at lib/Spoon/Base.pm line 5.
BEGIN failed--compilation aborted at lib/Spoon/Base.pm line 5.
Compilation failed in require at lib/Spoon.pm line 2.
BEGIN failed--compilation aborted at lib/Spoon.pm line 2.
Compilation failed in require at t/hook.t line 6.
BEGIN failed--compilation aborted at t/hook.t line 6.
t/hook............dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-11
These errors did not occur on my Linux workstation with Perl 5.8.4. I hope to be able to test this again under FreeBSD 5.3 with Perl 5.8.6 in the next several days.
William