[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49210] [PATCH v3 10/16] gnu: Add perl-test-portability-files.
From: |
Raghav Gururajan |
Subject: |
[bug#49210] [PATCH v3 10/16] gnu: Add perl-test-portability-files. |
Date: |
Tue, 29 Jun 2021 23:17:47 -0400 |
* gnu/packages/perl-check.scm (perl-test-portability-files): New variable.
---
gnu/packages/perl-check.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/perl-check.scm b/gnu/packages/perl-check.scm
index a761ebffcf..87f233a3aa 100644
--- a/gnu/packages/perl-check.scm
+++ b/gnu/packages/perl-check.scm
@@ -1157,6 +1157,31 @@ Pod::Simple to do the heavy lifting.")
checks for pod coverage of all appropriate files.")
(license artistic2.0)))
+(define-public perl-test-portability-files
+ (package
+ (name "perl-test-portability-files")
+ (version "0.10")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://cpan/authors/id/A/AB/ABRAXXA/"
+ "Test-Portability-Files-" version ".tar.gz"))
+ (sha256
+ (base32 "05hs80gljkd6mhb8zvilyk3pjqxp5samgnymam5v9h9d94rb9r08"))))
+ (build-system perl-build-system)
+ (native-inputs
+ `(("perl-test-simple" ,perl-test-simple)))
+ (propagated-inputs
+ `(("perl-pathtools" ,perl-pathtools)))
+ (home-page "https://metacpan.org/dist/Test-Portability-Files")
+ (synopsis "Check file names portability")
+ (description "Test::Portability::Files module is used to check the
+portability across operating systems of the names of the files present in the
+distribution of a module. The tests use the advices given in 'Files and
+Filesystems' in perlport. The author of a distribution can select which tests
+to execute.")
+ (license perl-license)))
+
(define-public perl-test-requires
(package
(name "perl-test-requires")
--
2.32.0
- [bug#49210] [PATCH v2 15/16] gnu: Add pipe-viewer., (continued)
- [bug#49210] [PATCH v3 01/16] gnu: Add perl-exporter., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v3 02/16] gnu: perl-glib: Propagate glib., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v3 03/16] gnu: perl-cairo: Propagate cairo., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v3 05/16] gnu: Add perl-glib-object-introspection., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v3 06/16] gnu: Add perl-gtk3., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v3 04/16] gnu: Add perl-cairo-gobject., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v3 07/16] gnu: Add perl-text-tabs+wrap., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v3 08/16] gnu: Add perl-text-parsewords., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v3 09/16] gnu: Add perl-term-ansicolor., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v3 10/16] gnu: Add perl-test-portability-files.,
Raghav Gururajan <=
- [bug#49210] [PATCH v3 12/16] gnu: Add perl-storable., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v3 14/16] gnu: Add perl-mime-base64., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v3 11/16] gnu: Add perl-xsloader., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v3 13/16] gnu: Add perl-encode., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v3 15/16] gnu: Add pipe-viewer., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v3 16/16] gnu: straw-viewer: Deprecate package., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v4 01/16] gnu: Add perl-exporter., Raghav Gururajan, 2021/06/29