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