summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/MooseX-MethodAttributes/MooseX-MethodAttributes-0.06.ebuild')
-rw-r--r--dev-perl/MooseX-MethodAttributes/MooseX-MethodAttributes-0.06.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/MooseX-MethodAttributes/MooseX-MethodAttributes-0.06.ebuild b/dev-perl/MooseX-MethodAttributes/MooseX-MethodAttributes-0.06.ebuild
new file mode 100644
index 000000000..2d82c4e8b
--- /dev/null
+++ b/dev-perl/MooseX-MethodAttributes/MooseX-MethodAttributes-0.06.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+MODULE_AUTHOR=BOBTFISH
+inherit perl-module
+
+DESCRIPTION="Code atttribute introspection"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE=""
+DEPEND="
+ dev-perl/namespace-clean
+ >=dev-perl/MooseX-Types-0.06
+ >=dev-perl/Moose-0.070
+"