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