[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28272] [PATCH 01/12] gnu: Add perl-moox.
From: |
Christopher Baines |
Subject: |
[bug#28272] [PATCH 01/12] gnu: Add perl-moox. |
Date: |
Tue, 29 Aug 2017 07:12:54 +0100 |
* gnu/packages/perl.scm (perl-moox): New variable.
---
gnu/packages/perl.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 93fc4059d..657db1486 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -5073,6 +5073,32 @@ all coercions and constraints are inherited.")
constraint with coercion to load the class.")
(license (package-license perl))))
+(define-public perl-moox
+ (package
+ (name "perl-moox")
+ (version "0.101")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://cpan/authors/id/G/GE/GETTY/MooX-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "1m9jvrqcidiabdih211byadwnnkygafq54r2ljnf1akqdrjimy9g"))))
+ (build-system perl-build-system)
+ (inputs
+ `(("perl-data-optlist" ,perl-data-optlist)
+ ("perl-import-into" ,perl-import-into)
+ ("perl-module-runtime" ,perl-module-runtime)
+ ("perl-moo" ,perl-moo)))
+ (home-page "http://search.cpan.org/dist/MooX")
+ (synopsis
+ "Using Moo and MooX:: packages the most lazy way")
+ (description "Contains the MooX and MooX::Role packages.")
+ (license (package-license perl))))
+
(define-public perl-moox-types-mooselike
(package
(name "perl-moox-types-mooselike")
--
2.14.1
- [bug#28272] [PATCH] Improve and upgrade signing-party., Christopher Baines, 2017/08/29
- [bug#28272] [PATCH 01/12] gnu: Add perl-moox.,
Christopher Baines <=
- [bug#28272] [PATCH 11/12] gnu: Add libmd., Christopher Baines, 2017/08/29
- [bug#28272] [PATCH 10/12] gnu: Add perl-gnupg-interface., Christopher Baines, 2017/08/29
- [bug#28272] [PATCH 07/12] gnu: Add perl-mime-tools., Christopher Baines, 2017/08/29
- [bug#28272] [PATCH 03/12] gnu: Add perl-moox-handlesvia., Christopher Baines, 2017/08/29
- [bug#28272] [PATCH 02/12] gnu: Add perl-data-perl., Christopher Baines, 2017/08/29
- [bug#28272] [PATCH 09/12] gnu: Add perl-text-template., Christopher Baines, 2017/08/29
- [bug#28272] [PATCH 06/12] gnu: Add perl-mailtools., Christopher Baines, 2017/08/29
- [bug#28272] [PATCH 12/12] gnu: Update signing-party., Christopher Baines, 2017/08/29
- [bug#28272] [PATCH 08/12] gnu: Add perl-net-idn-encode., Christopher Baines, 2017/08/29
- [bug#28272] [PATCH 05/12] gnu: Add perl-convert-binhex., Christopher Baines, 2017/08/29