in reply to AUTOLOAD called on every $object->SUPER::method()
Perl 5.18 broke autoloading via ->SUPER::foo method calls by looking up AUTOLOAD from the current package rather than the current package's superclass. This has been fixed. perl #120694
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: AUTOLOAD called on every $object->SUPER::method()
by markniew2 (Novice) on Sep 02, 2016 at 04:09 UTC |