X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fperl%2FLog.pm;h=7c4f3a10a81f9077d90e74618c139026ce58b823;hb=8e303bc96d3e35e961e87691735520333396c726;hp=bd97f6c5dbd6a41a06177fad01f45538b28c08e9;hpb=c1b802af00ef118d1a5cedd8026971653d3755ac;p=libucw.git diff --git a/lib/perl/Log.pm b/lib/perl/Log.pm index bd97f6c5..7c4f3a10 100644 --- a/lib/perl/Log.pm +++ b/lib/perl/Log.pm @@ -15,8 +15,8 @@ use Exporter; our $version = 1.0; our @ISA = qw(Exporter); our @EXPORT = (); -our @EXPORT_OK = qw(Log Die); our %EXPORT_TAGS = ( all => [qw(&Log &Die)]); +our @EXPORT_OK = (@{$EXPORT_TAGS{'all'}}); my $Prog = (reverse split(/\//, $0))[0];