1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: libuniversal-moniker-perl
Section: perl
Priority: optional
Maintainer: Stephen Quinney <stephen@jadevine.org.uk>
Build-Depends-Indep: debhelper (>= 4), perl (>= 5.6.0-16), liblingua-en-inflect-perl (>= 1.88), libtest-simple-perl | perl (>= 5.8.0)
Standards-Version: 3.6.1.0
Package: libuniversal-moniker-perl
Architecture: all
Depends: ${perl:Depends}
Recommends: liblingua-en-inflect-perl (>= 1.88)
Description: Nicer names for your Perl modules/classes
Class names in Perl often don't sound great when spoken, or look good
when written in prose. For this reason, we tend to say things like
"customer" or "basket" when we are referring to
"My::Site::User::Customer" or "My::Site::Shop::Basket". We thought it
would be nice if our classes knew what we would prefer to call them.
.
This module will add a "moniker" (and "plural_moniker") method to
"UNIVERSAL", and so to every class or module.
|