freebsd-ports/devel/p5-Class-Generate/pkg-descr

13 lines
606 B
Text
Raw Normal View History

Class::Generate is a Perl5 module to simplify creating class
hierarchies. It offers typed or untyped scalar, array, and hash
members, required members, private members, methods (both
instance and class), and other common features of object-
oriented software development. Of course, you can implement all
these things without a special module, but doing it via
2008-05-23 23:18:39 +02:00
Class::Generate is much, much more concise. And furthermore,
it's much less error prone: if you are using Perl's -w flag,
Class::Generate will catch many class specification and usage
errors.
2007-08-14 02:07:49 +02:00
WWW: http://search.cpan.org/dist/Class-Generate/