Fixing up exporting from Logger.

This commit is contained in:
Chris 2012-04-12 12:10:53 +01:00
parent 227bdc01a9
commit 86bcbe9bc2

View File

@ -29,6 +29,8 @@
package Logger;
use strict;
require Exporter;
our @ISA = qw(Exporter);
our @EXPORT = qw(warn_log die_log);
our @EXPORT_OK = qw(start_log end_log);