mirror of
https://github.com/stephenenelson/convert-binhex.git
synced 2025-02-16 11:30:33 +00:00
Added proper use of Exporter
This commit is contained in:
parent
eae6ba5d3f
commit
62f6e65cd5
@ -1,6 +1,7 @@
|
|||||||
package Checker;
|
package Checker;
|
||||||
|
|
||||||
@ISA = qw(Exporter);
|
use Exporter 'import';
|
||||||
|
|
||||||
@EXPORT = qw($CHECK okay_if note check filter_warnings);
|
@EXPORT = qw($CHECK okay_if note check filter_warnings);
|
||||||
|
|
||||||
$Checker::OUTPUT = 1;
|
$Checker::OUTPUT = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user