devel/cppunit misses a destructor declaration for one of its classes.
[pkgsrcv2.git] / devel / p5-UNIVERSAL-moniker / DESCR
1 Class names in Perl often don't sound great when spoken, or look good
2 when written in prose. For this reason, we tend to say things like
3 "customer" or "basket" when we are referring to
4 "My::Site::User::Customer" or "My::Site::Shop::Basket". We thought it
5 would be nice if our classes knew what we would prefer to call them.
6
7 This module will add a "moniker" (and "plural_moniker") method to
8 "UNIVERSAL", and so to every class or module.