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
View this message in rfc822 format
* gnu/packages/perl-check.scm (perl-test-roo): New public variable.
---
gnu/packages/perl-check.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/perl-check.scm b/gnu/packages/perl-check.scm
index 249997229..09ddaa242 100644
--- a/gnu/packages/perl-check.scm
+++ b/gnu/packages/perl-check.scm
@@ -973,6 +973,34 @@ cannot connect to the specified hosts and ports, the exception is caught and
reported, and the tests skipped.")
(license perl-license)))
+(define-public perl-test-roo
+ (package
+ (name "perl-test-roo")
+ (version "1.004")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://cpan/authors/id/D/DA/DAGOLDEN/Test-Roo-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "1mnym49j1lj7gzylma5b6nr4vp75rmgz2v71904v01xmxhy9l4i1"))))
+ (build-system perl-build-system)
+ (native-inputs
+ `(("perl-capture-tiny" ,perl-capture-tiny)))
+ (propagated-inputs
+ `(("perl-indirect" ,perl-indirect)
+ ("perl-moo" ,perl-moo)
+ ("perl-moox-types-mooselike" ,perl-moox-types-mooselike)
+ ("perl-multidimensional" ,perl-multidimensional)
+ ("perl-strictures" ,perl-strictures)
+ ("perl-sub-install" ,perl-sub-install)))
+ (home-page "http://search.cpan.org/dist/Test-Roo/")
+ (synopsis "Composable, reusable tests with roles and Moo")
+ (description "Test::Roo provides composable, reusable tests with roles.")
+ (license asl2.0)))
+
(define-public perl-test-script
(package
(name "perl-test-script")
--
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.