Skip Menu |

This queue is for tickets about the Class-Autouse CPAN distribution.

Report information
The Basics
Id: 9864
Status: resolved
Worked: 15 min
Priority: 0/
Queue: Class-Autouse

People
Owner: adamk [...] cpan.org
Requestors: Marek.Rouchal [...] gmx.net
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.13
Fixed in: (no value)



Subject: syntax problem in Class::Autouse 1.13?
I have the most recent Class::Autouse on perl/5.8.6. When running C::A->autouse_recursive('Some::Package') I get this error (which I did not with previous releases (perl 5.8.5 and C::A 1.12)): Can't call method "_child_classes" on an undefined value at /opt/perl_5.8.6/lib/Class/Autouse.pm line 231. I changes that line like this: line 231: Class::Autouse->autouse( $_[1], _child_classes($_[1]) ); and it worked fine again. Cheers, Marek