85b13ac345
No functional changes. Sponsored by: p5 namespace
9 lines
440 B
Text
9 lines
440 B
Text
Class::Declare allows class authors to specify public, private and protected
|
|
attributes and methods for their classes, giving them control over how their
|
|
modules may be accessed. The standard object oriented programming concepts
|
|
of public, private and protected have been implemented for both class and
|
|
instance (or object) attributes and methods.
|
|
|
|
WWW: http://search.cpan.org/dist/Class-Declare/
|
|
- Sergey Karatkevich
|
|
simarg@gmail.com
|