all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Rikard Nordgren <hrn@posteo.net>
To: 67385@debbugs.gnu.org
Cc: hrn@posteo.net
Subject: [bug#67385] [PATCH] gnu: Add perl-mousex-params-validate.
Date: Wed, 22 Nov 2023 20:05:46 +0000	[thread overview]
Message-ID: <c7c494b6f5baf9cab497d82ad7061b276e7f2099.1700683508.git.hrn@posteo.net> (raw)

* gnu/packages/perl.scm (perl-mousex-params-validate): New variable.

Change-Id: I1f31b2a76eee1c7bce3d0e07235a496a07c94671
---
 gnu/packages/perl.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 8b82c272fc..a448d270a0 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -8077,6 +8077,30 @@ (define-public perl-mousex-nativetraits
 of data.")
     (license (package-license perl))))
 
+(define-public perl-mousex-params-validate
+  (package
+    (name "perl-mousex-params-validate")
+    (version "0.10")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/manwar/MouseX-Params-Validate")
+             (commit "6b3c2c10537dd5c9cb7b068e3647b72ec5b39c49")))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0yzwp0c2317mr99h5vadwh4fd6pwf26ypc3xnlb494p7hyb36a6l"))))
+    (build-system perl-build-system)
+    (propagated-inputs (list perl-devel-caller perl-mouse perl-params-validate
+                             perl-sub-exporter))
+    (home-page "https://metacpan.org/pod/MouseX::Params::Validate")
+    (synopsis "Extension of @code{Params::Validate} using Mouse's types")
+    (description
+     "Method parameter validation extension to Mouse.
+Code borrowed entirely from @code{MooseX::Params::Validate} and stripped Moose
+footprints.")
+    (license license:artistic2.0)))
+
 (define-public perl-mozilla-ca
   (package
     (name "perl-mozilla-ca")

base-commit: 23627b1706af25a0a30b96b9169a3495279aff1b
-- 
2.34.1





                 reply	other threads:[~2023-11-22 20:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c7c494b6f5baf9cab497d82ad7061b276e7f2099.1700683508.git.hrn@posteo.net \
    --to=hrn@posteo.net \
    --cc=67385@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.