all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alex Sassmannshausen <alex@pompo.co>
To: guix-devel@gnu.org
Subject: [PATCH 2/2] gnu: Add perl-test-class-most.
Date: Wed, 29 Jun 2016 15:23:43 +0200	[thread overview]
Message-ID: <20160629132343.10136-3-alex@pompo.co> (raw)
In-Reply-To: <20160629132343.10136-1-alex@pompo.co>

* gnu/packages/perl.scm (perl-test-class-most): New variable.
---
 gnu/packages/perl.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 2bd2beb..4846e76 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -4952,6 +4952,36 @@ Built using Test::Builder, it was designed to work with other Test::Builder
 based modules (Test::More, Test::Differences, Test::Exception, etc.).")
     (license (package-license perl))))
 
+(define-public perl-test-class-most
+  (package
+    (name "perl-test-class-most")
+    (version "0.08")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "mirror://cpan/authors/id/O/OV/OVID/Test-Class-Most-"
+             version
+             ".tar.gz"))
+       (sha256
+        (base32
+         "1zvx9hil0mg0pnb8xfa4m0xgjpvh8s5gnbyprq3xwpdsdgcdwk33"))))
+    (build-system perl-build-system)
+    (native-inputs
+     `(("perl-module-build" ,perl-module-build)))
+    (inputs
+     `(("perl-test-class" ,perl-test-class)
+       ("perl-test-most" ,perl-test-most)
+       ("perl-module-runtime" ,perl-module-runtime)
+       ("perl-try-tiny" ,perl-try-tiny)
+       ("perl-mro-compat" ,perl-mro-compat)))
+    (home-page
+     "http://search.cpan.org/dist/Test-Class-Most")
+    (synopsis "Test Classes the easy way")
+    (description "Test::Class::Most provides some more convenience when using
+Test::Class.")
+    (license (package-license perl))))
+
 (define-public perl-test-cleannamespaces
   (package
     (name "perl-test-cleannamespaces")
-- 
2.8.4

  parent reply	other threads:[~2016-06-29 13:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-29 13:23 [PATCH 0/2] gnu: Add perl-test-class Alex Sassmannshausen
2016-06-29 13:23 ` [PATCH 1/2] " Alex Sassmannshausen
2016-07-02 13:53   ` Ludovic Courtès
2016-06-29 13:23 ` Alex Sassmannshausen [this message]
2016-07-02 13:54   ` [PATCH 2/2] gnu: Add perl-test-class-most Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160629132343.10136-3-alex@pompo.co \
    --to=alex@pompo.co \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.