[Lunar-commits] <moonbase> Class-MethodMaker: version 2.16 added to moonbase/perl
Duncan Gibson
engelsman at lunar-linux.org
Tue Jun 8 21:44:17 CEST 2010
commit b85753525d1758e55ace93abad0195dbf67a3d60
Author: Duncan Gibson <engelsman at lunar-linux.org>
Date: Tue Jun 8 21:44:17 2010 +0200
Class-MethodMaker: version 2.16 added to moonbase/perl
---
perl/Class-MethodMaker/BUILD | 6 ++++++
perl/Class-MethodMaker/DEPENDS | 1 +
perl/Class-MethodMaker/DETAILS | 15 +++++++++++++++
3 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/perl/Class-MethodMaker/BUILD b/perl/Class-MethodMaker/BUILD
new file mode 100644
index 0000000..c11ca00
--- /dev/null
+++ b/perl/Class-MethodMaker/BUILD
@@ -0,0 +1,6 @@
+(
+
+ perl Makefile.PL &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/perl/Class-MethodMaker/DEPENDS b/perl/Class-MethodMaker/DEPENDS
new file mode 100644
index 0000000..6826bc7
--- /dev/null
+++ b/perl/Class-MethodMaker/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl/Class-MethodMaker/DETAILS b/perl/Class-MethodMaker/DETAILS
new file mode 100644
index 0000000..9644a4e
--- /dev/null
+++ b/perl/Class-MethodMaker/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=Class-MethodMaker
+ VERSION=2.16
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://search.cpan.org/CPAN/authors/id/S/SC/SCHWIGON/class-methodmaker/
+ SOURCE_VFY=sha1:1c002ac4c37c45913853d793457f981df7aba203
+ WEB_SITE=http://search.cpan.org/dist/$MODULE/
+ ENTERED=20100606
+ UPDATED=20100606
+ SHORT="Create generic methods for OO Perl"
+
+cat << EOF
+Class::MethodMaker solves the problem of having to continually write
+accessor methods for your objects that perform standard tasks.
+EOF
+
More information about the Lunar-commits
mailing list