Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the CPAN-Mini CPAN distribution.

Report information
The Basics
Id: 71560
Status: resolved
Priority: 0/
Queue: CPAN-Mini

People
Owner: Nobody in particular
Requestors: rurban [...] x-ray.at
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.111007
Fixed in: (no value)



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.
Extract itself has been subsequently fixed, but not all subclasses have. I have just uploaded 1.111010 with a fix. -- rjbs