libuniversal-moniker-perl

Methods to output nicer names for your perl modules/classes
  https://metacpan.org/release/UNIVERSAL-moniker
  0
  no reviews



Class names in perl often don't sound great when spoken, or look good when written in prose. for this reason, the module authors tend to say things like "customer" or "basket" when they are referring to "my::site::user::customer" or "my::site::shop::basket". they thought it would be nice if their classes knew what they would prefer to call them.

this module will add a "moniker" (and "plural_moniker") method to "universal", and so to every class or module.