Constant exporting.
This commit is contained in:
parent
ff78d211fe
commit
0df0e0f306
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user