need dependency on bash for REPLACE_BASH to work properly.
[pkgsrcv2.git] / devel / p5-Moose / DESCR
1 Moose is an extension of the Perl 5 object system.
2 The main goal of Moose is to make Perl 5 Object Oriented programming
3 easier, more consistent and less tedious. With Moose you can to
4 think more about what you want to do and less about the mechanics
5 of OOP.
6 Additionally, Moose is built on top of Class::MOP, which is a
7 metaclass system for Perl 5. This means that Moose not only makes
8 building normal Perl 5 objects better, but it provides the power
9 of metaclass programming as well.