[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28177] [PATCH 07/12] gnu: Add perl-test-notabs.
From: |
Christopher Baines |
Subject: |
[bug#28177] [PATCH 07/12] gnu: Add perl-test-notabs. |
Date: |
Tue, 12 Sep 2017 22:38:59 +0100 |
* gnu/packages/perl.scm (perl-test-notabs): New variable.
---
gnu/packages/perl.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 7681e6d65..32d93f5e1 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -7257,6 +7257,30 @@ with an error rather than skip.
If used in a subtest, the remainder of the subtest will be skipped.")
(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
(package
(name "perl-test-nowarnings")
--
2.14.1
- [bug#28177] [PATCH 01/12] gnu: Add discount., Ludovic Courtès, 2017/09/10
- [bug#28177] [PATCH 01/12] gnu: Add discount., Christopher Baines, 2017/09/12
- [bug#28177] [PATCH 02/12] gnu: Add perl-text-markdown-discount., Christopher Baines, 2017/09/12
- [bug#28177] [PATCH 07/12] gnu: Add perl-test-notabs.,
Christopher Baines <=
- [bug#28177] [PATCH 04/12] gnu: Add perl-test-cpan-meta., Christopher Baines, 2017/09/12
- [bug#28177] [PATCH 06/12] gnu: Add perl-test-memory-cycle., Christopher Baines, 2017/09/12
- [bug#28177] [PATCH 11/12] gnu: Add perl-cgi-session., Christopher Baines, 2017/09/12
- [bug#28177] [PATCH 03/12] gnu: Add perl-test-cpan-meta-json., Christopher Baines, 2017/09/12
- [bug#28177] [PATCH 10/12] gnu: Add perl-yaml-libyaml., Christopher Baines, 2017/09/12
- [bug#28177] [PATCH 08/12] gnu: Add perl-test-eol., Christopher Baines, 2017/09/12
- [bug#28177] [PATCH 09/12] gnu: Add perl-html-scrubber., Christopher Baines, 2017/09/12
- [bug#28177] [PATCH 05/12] gnu: Add perl-devel-cycle., Christopher Baines, 2017/09/12
- [bug#28177] [PATCH 12/12] gnu: Add ikiwiki., Christopher Baines, 2017/09/12
- [bug#28177] [PATCH 01/12] gnu: Add discount., Ludovic Courtès, 2017/09/13