Constant exporting.

This commit is contained in:
Chris 2015-05-12 13:02:14 +01:00
parent ff78d211fe
commit 0df0e0f306

View File

@ -29,7 +29,7 @@ use Sys::Syslog qw(:standard :macros);
require Exporter; require Exporter;
our @ISA = qw(Exporter); our @ISA = qw(Exporter);
our @EXPORT = qw(warn_log die_log); our @EXPORT = qw(warn_log die_log);
our @EXPORT_OK = qw(start_log end_log); our @EXPORT_OK = qw(start_log end_log WARNING NOTICE DEBUG);
use constant WARNING => 0; use constant WARNING => 0;
use constant NOTICE => 1; use constant NOTICE => 1;