Added proper use of Exporter

This commit is contained in:
Stephen Nelson 2013-08-20 23:08:50 -07:00
parent eae6ba5d3f
commit 62f6e65cd5
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
package Checker;
@ISA = qw(Exporter);
use Exporter 'import';
@EXPORT = qw($CHECK okay_if note check filter_warnings);
$Checker::OUTPUT = 1;