Skip Menu |

This queue is for tickets about the Test-Cmd CPAN distribution.

Report information
The Basics
Id: 133777
Status: new
Priority: 0/
Queue: Test-Cmd

People
Owner: Nobody in particular
Requestors: SVW [...] cpan.org
Cc:
AdminCc:

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



Subject: verbose() setter method does not work
At least with perl 5.14.2 I was not able to change the verbosity of a Test::Cmd object after its construction. Maybe the assignment inside the verbose() method should be changed from $self->{'verbose'} = $_; to $self->{'verbose'} = $_[0];