[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28177] [PATCH 08/12] gnu: Add perl-test-eol.
From: |
Christopher Baines |
Subject: |
[bug#28177] [PATCH 08/12] gnu: Add perl-test-eol. |
Date: |
Mon, 21 Aug 2017 19:08:28 +0100 |
* gnu/packages/perl.scm (perl-test-eol): 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 4e6894ff5..31785e4ae 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -6682,6 +6682,30 @@ modified or tested with this API, making it simple to
test both individual
files, as well as to verify that there are no missing or unknown files.")
(license (package-license perl))))
+(define-public perl-test-eol
+ (package
+ (name "perl-test-eol")
+ (version "2.00")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://cpan/authors/id/E/ET/ETHER/Test-EOL-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0l3bxpsw0x7j9nclizcp53mnf9wny25dmg2iglfhzgnk0xfpwzwf"))))
+ (build-system perl-build-system)
+ (home-page
+ "http://search.cpan.org/dist/Test-EOL")
+ (synopsis
+ "Check the correct line endings in your project")
+ (description
+ "@code{Test::EOL} lets you check for the presence of trailing whitespace
+and/or windows line endings in your perl code.")
+ (license (package-license perl))))
+
(define-public perl-test-exception
(package
(name "perl-test-exception")
--
2.14.1
- [bug#28177] [PATCH] Add ikiwiki and dependencies, Christopher Baines, 2017/08/21
- [bug#28177] [PATCH 01/12] gnu: Add discount., Christopher Baines, 2017/08/21
- [bug#28177] [PATCH 10/12] gnu: Add perl-yaml-libyaml., Christopher Baines, 2017/08/21
- [bug#28177] [PATCH 06/12] gnu: Add perl-test-memory-cycle., Christopher Baines, 2017/08/21
- [bug#28177] [PATCH 05/12] gnu: Add perl-devel-cycle., Christopher Baines, 2017/08/21
- [bug#28177] [PATCH 07/12] gnu: Add perl-test-notabs., Christopher Baines, 2017/08/21
- [bug#28177] [PATCH 08/12] gnu: Add perl-test-eol.,
Christopher Baines <=
- [bug#28177] [PATCH 11/12] gnu: Add perl-cgi-session., Christopher Baines, 2017/08/21
- [bug#28177] [PATCH 03/12] gnu: Add perl-test-cpan-meta-json., Christopher Baines, 2017/08/21
- [bug#28177] [PATCH 04/12] gnu: Add perl-test-cpan-meta., Christopher Baines, 2017/08/21
- [bug#28177] [PATCH 09/12] gnu: Add perl-html-scrubber., Christopher Baines, 2017/08/21
- [bug#28177] [PATCH 12/12] gnu: Add ikiwiki., Christopher Baines, 2017/08/21
- [bug#28177] [PATCH 02/12] gnu: Add perl-text-markdown-discount., Christopher Baines, 2017/08/21