diff options
| author | Patrick Norton <patrick.147.norton@gmail.com> | 2025-11-09 15:28:43 -0500 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-11-15 17:32:50 +0100 |
| commit | 90938ae1f6b69c87b0826d9d068a6837ad402342 (patch) | |
| tree | 20ff1eb939354d2e633673659cf7a047a5838624 /gnu/packages | |
| parent | 8f4b28c260254efa5a11a77423fa61cdc9566ef2 (diff) | |
gnu: Add perl-path-tiny-0.150.
* gnu/packages/perl.scm (perl-path-tiny-0.150): New variable.
Change-Id: I7ccdc145832fece46404e37982bbac00f8a519cf
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/perl.scm | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index bfe0427c6f0..9ca33379d40 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm | |||
| @@ -10470,6 +10470,28 @@ file names.") | |||
| 10470 | with file paths.") | 10470 | with file paths.") |
| 10471 | (license license:asl2.0))) | 10471 | (license license:asl2.0))) |
| 10472 | 10472 | ||
| 10473 | (define-public perl-path-tiny-0.150 | ||
| 10474 | (package | ||
| 10475 | (name "perl-path-tiny") | ||
| 10476 | (version "0.150") | ||
| 10477 | (source (origin | ||
| 10478 | (method url-fetch) | ||
| 10479 | (uri (string-append "mirror://cpan/authors/id/D/DA/DAGOLDEN/" | ||
| 10480 | "Path-Tiny-" version ".tar.gz")) | ||
| 10481 | (sha256 | ||
| 10482 | (base32 | ||
| 10483 | "1is6g5bnswnqrcan2jfip7j7gh8dyh0r083qkjpmglhl38yp287z")))) | ||
| 10484 | (build-system perl-build-system) | ||
| 10485 | (native-inputs | ||
| 10486 | (list perl-test-failwarnings perl-test-mockrandom)) | ||
| 10487 | (inputs | ||
| 10488 | (list perl-unicode-utf8)) | ||
| 10489 | (home-page "https://metacpan.org/release/Path-Tiny") | ||
| 10490 | (synopsis "File path utility") | ||
| 10491 | (description "This module provides a small, fast utility for working | ||
| 10492 | with file paths.") | ||
| 10493 | (license license:asl2.0))) | ||
| 10494 | |||
| 10473 | (define-public perl-pdf-api2 | 10495 | (define-public perl-pdf-api2 |
| 10474 | (package | 10496 | (package |
| 10475 | (name "perl-pdf-api2") | 10497 | (name "perl-pdf-api2") |
