in reply to AUTOLOAD called on every $object->SUPER::method()

perl5200delta says
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
  • Comment on Re: AUTOLOAD called on every $object->SUPER::method()

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