Log-Report-Lexicon
view release on metacpan or search on metacpan
lib/Log/Report/Translator/POT.pm view on Meta::CPAN
eval "&LC_MESSAGES";
*LC_MESSAGES = sub(){5} if $@;
}
#--------------------
sub new(@)
{ my $class = shift;
# Caller cannot wait until init()
$class->SUPER::new(callerfn => (caller)[1], @_);
}
sub init($)
{ my ($self, $args) = @_;
$self->SUPER::init($args);
my $lex = delete $args->{lexicons} || delete $args->{lexicon} ||
(ref $self eq __PACKAGE__ ? [] : _fn_to_lexdir $args->{callerfn});
+($Log::Report::Lexicon::Index::VERSION || 999) >= 1.00
( run in 1.605 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )