gnu: Add perl-test-file-sharedir-dist.

* gnu/packages/perl.scm (perl-test-file-sharedir-dist): New variable.
This commit is contained in:
Leo Famulari 2017-07-27 17:53:42 -04:00
parent a4d6a95793
commit 00ace88396
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 26 additions and 0 deletions

View File

@ -6762,6 +6762,32 @@ Test::Exception. It does much less, but should allow greater flexibility in
testing exception-throwing code with about the same amount of typing.")
(license (package-license perl))))
(define-public perl-test-file-sharedir-dist
(package
(name "perl-test-file-sharedir-dist")
(version "1.001002")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/K/KE/KENTNL/"
"Test-File-ShareDir-" version ".tar.gz"))
(sha256
(base32
"1bbs6cx69wcinq77gif4i4pmrj8a7lwb92sgvvxzrwmjnk5lfdmk"))))
(build-system perl-build-system)
(propagated-inputs
`(("perl-class-tiny" ,perl-class-tiny)
("perl-file-copy-recursive" ,perl-file-copy-recursive)
("perl-file-sharedir" ,perl-file-sharedir)
("perl-path-tiny" ,perl-path-tiny)
("perl-scope-guard" ,perl-scope-guard)
("perl-test-fatal" ,perl-test-fatal)))
(home-page "https://github.com/kentnl/Test-File-ShareDir")
(synopsis "Dist oriented ShareDir tester")
(description "This module creates a Fake ShareDir for your modules
for testing.")
(license (package-license perl))))
(define-public perl-test-files
(package
(name "perl-test-files")