me
/
guix
Archived
1
0
Fork 0

gnu: Add perl-test-notabs.

* gnu/packages/perl.scm (perl-test-notabs): New variable.
master
Christopher Baines 2017-08-21 15:57:01 +01:00
parent 3d74955842
commit 88002553ae
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 24 additions and 0 deletions

View File

@ -7538,6 +7538,30 @@ with an error rather than skip.
If used in a subtest, the remainder of the subtest will be skipped.") If used in a subtest, the remainder of the subtest will be skipped.")
(license (package-license perl)))) (license (package-license perl))))
(define-public perl-test-notabs
(package
(name "perl-test-notabs")
(version "2.00")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://cpan/authors/id/E/ET/ETHER/Test-NoTabs-"
version
".tar.gz"))
(sha256
(base32
"127kpl1va267qar2ia4c22xb96jby2jqnda3sj5pjgmxg8si26cg"))))
(build-system perl-build-system)
(home-page
"http://search.cpan.org/dist/Test-NoTabs")
(synopsis
"Check the presence of tabs in your project")
(description
"@code{Test::NoTabs} lets you check the presence of tabs in your perl
code.")
(license perl-license)))
(define-public perl-test-nowarnings (define-public perl-test-nowarnings
(package (package
(name "perl-test-nowarnings") (name "perl-test-nowarnings")