
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.