Log-Dispatch-Array
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/Log/Dispatch/Array.pm view on Meta::CPAN
#pod $table_log
#pod
#pod =cut
sub new {
my ($class, %arg) = @_;
$arg{array} ||= [];
my $self = { array => $arg{array} };
bless $self => $class;
# this is our duty as a well-behaved Log::Dispatch plugin
$self->_basic_init(%arg);
return $self;
}
#pod =method array
#pod
#pod This method returns a reference to the array to which logging is being
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.626 second using v1.00-cache-2.02-grep-82fe00e-cpan-a086c87fca4 )