guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

60/82: gnu: Add Class-MethodMaker.


From: Eric Bavier
Subject: 60/82: gnu: Add Class-MethodMaker.
Date: Mon, 20 Apr 2015 01:02:47 +0000

bavier pushed a commit to branch master
in repository guix.

commit cd718b8201d00ef26fc49ea88a2a0a4c42358d7d
Author: Eric Bavier <address@hidden>
Date:   Tue Apr 7 15:29:43 2015 -0500

    gnu: Add Class-MethodMaker.
    
    * gnu/packages/perl.scm (perl-class-methodmaker): New variable.
---
 gnu/packages/perl.scm |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 600de6e..38c6224 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -707,6 +707,26 @@ names, not Class::Name.  For that, this module provides 
\"load_class
 Class::Load")
     (license artistic2.0)))
 
+(define-public perl-class-methodmaker
+  (package
+    (name "perl-class-methodmaker")
+    (version "2.24")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/S/SC/SCHWIGON/"
+                           "class-methodmaker/Class-MethodMaker-"
+                           version ".tar.gz"))
+       (sha256
+        (base32
+         "0a03i4k3a33qqwhykhz5k437ld5mag2vq52vvsy03gbynb65ivsy"))))
+    (build-system perl-build-system)
+    (home-page "http://search.cpan.org/dist/Class-MethodMaker";)
+    (synopsis "Create generic methods for OO Perl")
+    (description "This module solves the problem of having to continually
+write accessor methods for your objects that perform standard tasks.")
+    (license (package-license perl))))
+
 (define-public perl-class-method-modifiers
   (package
     (name "perl-class-method-modifiers")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]