Re: Explain private methods/attributes to newbie
[email protected] (Stevan Little)
| Newsgroups | perl.moose |
|---|---|
| Message-ID | <[email protected]> |
Yuri, Moose does not support method privacy like in C++ or Java. We suggest following the Perl convention of leading underscores in the method name (_foo is private, foo is public). - Stevan On Apr 1, 2008, at 4:08 PM, [email protected] wrote: > Please bear with me. > > What is a the best way to specify them? Are they really private is > the C++ sense? > > -- > Sincerely > > Yuri Shtil > >