summaryrefslogtreecommitdiff
path: root/devel/p5-UNIVERSAL-moniker/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-UNIVERSAL-moniker/DESCR')
-rw-r--r--devel/p5-UNIVERSAL-moniker/DESCR8
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/p5-UNIVERSAL-moniker/DESCR b/devel/p5-UNIVERSAL-moniker/DESCR
new file mode 100644
index 00000000000..defacc9611e
--- /dev/null
+++ b/devel/p5-UNIVERSAL-moniker/DESCR
@@ -0,0 +1,8 @@
+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.