in reply to Re: can undefined methods?
in thread can undefined methods?

Thanks for that Joost, it solved my problem.

It's definitely OK to undef a subroutine, according to Prog. Perl anyway.

To give another key point from the thread not included in the summary, 'can' behaves the way it does so that it can be useful in the presence of AUTOLOAD, but the docs could be improved.