Subject: | trace calls log_info |
CPAN::Mini::Extract fails because it calls trace().
trace() calls log_info() which is not provided.
I changed it to
sub trace { my $self = shift; $self->log(@_); }
There's also no test for this API.
This queue is for tickets about the CPAN-Mini CPAN distribution.
The Basics
People
|
Bug Information
|