guix-commits
[Top][All Lists]
Advanced

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

66/72: gnu: Add Module-Runtime-Conflicts.


From: Eric Bavier
Subject: 66/72: gnu: Add Module-Runtime-Conflicts.
Date: Fri, 06 Mar 2015 14:13:14 +0000

bavier pushed a commit to branch master
in repository guix.

commit ff8925541e60f0fab082bd680ef67849e33c76df
Author: Eric Bavier <address@hidden>
Date:   Thu Mar 5 16:58:24 2015 -0600

    gnu: Add Module-Runtime-Conflicts.
    
    * gnu/packages/perl.scm (perl-module-runtime-conflicts): New variable.
---
 gnu/packages/perl.scm |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index a8ecccd..7bf49d4 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -1061,6 +1061,29 @@ implementations.")
 handling of Perl modules, which are normally handled at compile time.")
     (license (package-license perl))))
 
+(define-public perl-module-runtime-conflicts
+  (package
+    (name "perl-module-runtime-conflicts")
+    (version "0.001")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/E/ET/ETHER/"
+                           "Module-Runtime-Conflicts-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0pz23ch78lbpn4kdbm04icgsmbr7jvmxwq1p5m4x2pap8qwd0wqg"))))
+    (build-system perl-build-system)
+    (propagated-inputs
+     `(("perl-module-runtime" ,perl-module-runtime)
+       ("perl-dist-checkconflicts" ,perl-dist-checkconflicts)))
+    (home-page "http://search.cpan.org/dist/Module-Runtime-Conflicts";)
+    (synopsis "Provide information on conflicts for Module::Runtime")
+    (description "This module provides conflicts checking for Module::Runtime,
+which had a recent release that broke some versions of Moose.  It is called
+from Moose::Conflicts and moose-outdated.")
+    (license (package-license perl))))
+
 (define-public perl-mro-compat
   (package
     (name "perl-mro-compat")



reply via email to

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