From 90938ae1f6b69c87b0826d9d068a6837ad402342 Mon Sep 17 00:00:00 2001 From: Patrick Norton Date: Sun, 9 Nov 2025 15:28:43 -0500 Subject: [PATCH] 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 --- gnu/packages/perl.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index bfe0427c6f0b112848e295172841d5c57711e391..9ca33379d406f84c823b784f689cf2f1842b5715 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -10470,6 +10470,28 @@ file names.") with file paths.") (license license:asl2.0))) +(define-public perl-path-tiny-0.150 + (package + (name "perl-path-tiny") + (version "0.150") + (source (origin + (method url-fetch) + (uri (string-append "mirror://cpan/authors/id/D/DA/DAGOLDEN/" + "Path-Tiny-" version ".tar.gz")) + (sha256 + (base32 + "1is6g5bnswnqrcan2jfip7j7gh8dyh0r083qkjpmglhl38yp287z")))) + (build-system perl-build-system) + (native-inputs + (list perl-test-failwarnings perl-test-mockrandom)) + (inputs + (list perl-unicode-utf8)) + (home-page "https://metacpan.org/release/Path-Tiny") + (synopsis "File path utility") + (description "This module provides a small, fast utility for working +with file paths.") + (license license:asl2.0))) + (define-public perl-pdf-api2 (package (name "perl-pdf-api2")