[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63866] [PATCH 03/16] gnu: Add perl-lib-relative.
From: |
gemmaro |
Subject: |
[bug#63866] [PATCH 03/16] gnu: Add perl-lib-relative. |
Date: |
Sat, 3 Jun 2023 14:05:38 +0900 |
* gnu/packages/perl.scm (perl-lib-relative): New variable.
---
gnu/packages/perl.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 1d663ed679c..5c6b1bb4b79 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -6308,6 +6308,27 @@ (define-public perl-libintl-perl
implemented for example in GNU gettext.")
(license license:gpl3+)))
+(define-public perl-lib-relative
+ (package
+ (name "perl-lib-relative")
+ (version "1.001")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://cpan/authors/id/D/DB/DBOOK/lib-relative-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "0zr57f2ridjllirwpkch0did1n9fznk946an7gf49gkyy4hndqbb"))))
+ (build-system perl-build-system)
+ (home-page "https://metacpan.org/release/lib-relative")
+ (synopsis "Add paths relative to the current file to @code{@@INC}")
+ (description
+ "@code{lib::relative} module proposes a more straightforward method than
+adding a path to @code{@@INC}: take a path relative to the current
+file, absolutize it, and add it to @code{@@INC}.")
+ (license license:artistic2.0)))
+
(define-public perl-lingua-en-sentence
(package
(name "perl-lingua-en-sentence")
--
2.40.1
- [bug#63866] [PATCH 00/16] Add tidyall and some tidiers., gemmaro, 2023/06/03
- [bug#63866] [PATCH 05/16] gnu: perl-mixin-linewise: Update to 0.111., gemmaro, 2023/06/03
- [bug#63866] [PATCH 04/16] gnu: Add perl-specio-library-path-tiny., gemmaro, 2023/06/03
- [bug#63866] [PATCH 07/16] gnu: Add perl-list-someutils-xs., gemmaro, 2023/06/03
- [bug#63866] [PATCH 01/16] gnu: Add perl-ref-util., gemmaro, 2023/06/03
- [bug#63866] [PATCH 13/16] gnu: Add perl-test-cmd., gemmaro, 2023/06/03
- [bug#63866] [PATCH 03/16] gnu: Add perl-lib-relative.,
gemmaro <=
- [bug#63866] [PATCH 09/16] gnu: perl-test-class-most: Fix to use propagated-inputs., gemmaro, 2023/06/03
- [bug#63866] [PATCH 14/16] gnu: Add perl-pod-tidy., gemmaro, 2023/06/03
- [bug#63866] [PATCH 06/16] gnu: perl-config-ini: Update to 0.029., gemmaro, 2023/06/03
- [bug#63866] [PATCH 02/16] gnu: perl-specio: Update to 0.48., gemmaro, 2023/06/03
- [bug#63866] [PATCH 12/16] gnu: Add perl-pod-wrap., gemmaro, 2023/06/03
- [bug#63866] [PATCH 15/16] gnu: Add perl-perl-tidy., gemmaro, 2023/06/03
- [bug#63866] [PATCH 10/16] gnu: Add tidyall., gemmaro, 2023/06/03
- [bug#63866] [PATCH 08/16] gnu: perl-list-someutils: Update to 0.59., gemmaro, 2023/06/03
- [bug#63866] [PATCH 11/16] gnu: Add perl-encode-newlines., gemmaro, 2023/06/03
- [bug#63866] [PATCH 16/16] gnu: Add perl-code-tidyall-plugin-perl-alignmooseattributes., gemmaro, 2023/06/03