GNU bug report logs -
#30274
[PATCH 00/21] gnu: Add licensecheck (license checker for source files).
Previous Next
Reported by: Oleg Pykhalov <go.wigust <at> gmail.com>
Date: Sun, 28 Jan 2018 18:46:01 UTC
Severity: normal
Tags: patch
Done: Oleg Pykhalov <go.wigust <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #140 received at 30274 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/perl.scm (perl-role-tiny-2): New public variable.
---
gnu/packages/perl.scm | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 84a9dc1c8..9e4e55985 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -6810,6 +6810,19 @@ and @code{deserialize_regexp}.")
(description "Role::Tiny is a minimalist role composition tool.")
(license (package-license perl))))
+(define-public perl-role-tiny-2
+ (package
+ (inherit perl-role-tiny)
+ (version "2.000006")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://cpan/authors/id/H/HA/HAARG/"
+ "Role-Tiny-" version ".tar.gz"))
+ (sha256
+ (base32
+ "10p3sc639c0nj56bb77a2wg8samyyl8sqpliv3n8c0jaj2642wyc"))))))
+
(define-public perl-safe-isa
(package
(name "perl-safe-isa")
--
2.15.1
This bug report was last modified 7 years and 148 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.