Skip Menu |

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

Report information
The Basics
Id: 11267
Status: resolved
Priority: 0/
Queue: CPAN-Dependency

People
Owner: SAPER [...] cpan.org
Requestors: cpan [...] ali.as
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.02
Fixed in: 0.04



Subject: Cannot create an object with verbose enabled
# Regression test my $Object = CPAN::Dependency->new( process => 'Any::Module', verbose => 1, ); isa_ok( $Object ); The line causing the problem is 145: $self->$attr($args{$attr}) and delete $args{$attr} if $self->can($attr); If you step through in the debugger you should spot why this is a problem pretty quickly.
RT-Send-CC: saper [...] cpan.org
Indeed, this is a stupid bug :-) Will fix that in 0.04 Thank you for your bug report.
RT-Send-CC: saper [...] cpan.org
Corrected in version 0.04.