Subject: | Checker.pm needs a patch so 'make test' will work correctly |
Error during 'make test':
t/comp2bin....Can't locate package Exporter for @Checker::ISA at t/comp2bin.t line 3.
Undefined subroutine &main::check called at t/comp2bin.t line 75.
More details at:
http://www.sng.ecs.soton.ac.uk/mailscanner/serve/cache/307.html
*** Convert-BinHex-1.119.ori/t/Checker.pm 2004-06-08 05:49:44.960015512 +0200
--- Convert-BinHex-1.119/t/Checker.pm 2004-06-08 05:50:05.415905744 +0200
***************
*** 1,4 ****
--- 1,5 ----
package Checker;
+ require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw($CHECK okay_if note check filter_warnings);