in reply to Re: perl OO private methods
in thread perl OO private methods
Generally speaking, Perl programmers are willing to abide by the APIs: if you call a private method, then you're assuming the maintenance burden for it. So: don't bother. Document as internal use only and subject to change.
|
|---|