summaryrefslogtreecommitdiff
path: root/devel/p5-Mouse/DESCR
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2008-07-22 23:43:57 +0000
committerhe <he@pkgsrc.org>2008-07-22 23:43:57 +0000
commitc3dbf5976f24e0f9bffef62937d4e0c567f81ad6 (patch)
tree99b61ec5a4fb7cd72b2d517506bbda8d77d26db8 /devel/p5-Mouse/DESCR
parentfb0ffb1b7b1b3521f1cf729491c217e2330f5b63 (diff)
downloadpkgsrc-c3dbf5976f24e0f9bffef62937d4e0c567f81ad6.tar.gz
Import p5-Mouse version 0.05.
Mouse is Moose minus the antlers. (Moose is "A postmodern object system for Perl 5".) Moose is wonderful. Unfortunately, it's a little slow. Though significant progress has been made over the years, the compile time penalty is a non-starter for some applications. Mouse aims to alleviate this by providing a subset of Moose's functionality, faster. In particular, "has" in Moose is missing only a few expert-level features.
Diffstat (limited to 'devel/p5-Mouse/DESCR')
-rw-r--r--devel/p5-Mouse/DESCR13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/p5-Mouse/DESCR b/devel/p5-Mouse/DESCR
new file mode 100644
index 00000000000..edbe79f3b9e
--- /dev/null
+++ b/devel/p5-Mouse/DESCR
@@ -0,0 +1,13 @@
+Mouse is Moose minus the antlers.
+
+(Moose is "A postmodern object system for Perl 5".)
+
+Moose is wonderful.
+
+Unfortunately, it's a little slow. Though significant progress has
+been made over the years, the compile time penalty is a non-starter
+for some applications.
+
+Mouse aims to alleviate this by providing a subset of Moose's
+functionality, faster. In particular, "has" in Moose is missing
+only a few expert-level features.