~ruther/guix-local

90938ae1f6b69c87b0826d9d068a6837ad402342 — Patrick Norton 6 months ago 8f4b28c
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>
1 files changed, 22 insertions(+), 0 deletions(-)

M gnu/packages/perl.scm
M gnu/packages/perl.scm => gnu/packages/perl.scm +22 -0
@@ 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")