all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Wilko Meyer <w@wmeyer.eu>
To: 67879@debbugs.gnu.org
Cc: Wilko Meyer <w@wmeyer.eu>
Subject: [bug#67879] [PATCH 08/12] gnu: Add perl-moosex-object-pluggable.
Date: Mon, 18 Dec 2023 18:03:08 +0100	[thread overview]
Message-ID: <3b58829326ae19ed397fa031d57dcb890891b652.1702918181.git.w@wmeyer.eu> (raw)
In-Reply-To: <cover.1702918181.git.w@wmeyer.eu>

* gnu/packages/perl.scm (perl-moosex-object-pluggable): New variable.

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

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 8858a101f6..d35e1f2aca 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -7463,6 +7463,27 @@ (define-public perl-moose
 sentences.")
     (license (package-license perl))))
 
+(define-public perl-moosex-object-pluggable
+  (package
+    (name "perl-moosex-object-pluggable")
+    (version "0.0014")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "mirror://cpan/authors/id/E/ET/ETHER/MooseX-Object-Pluggable-"
+             version ".tar.gz"))
+       (sha256
+        (base32 "1q347v68dy6k6rpz60w97bxm7yk9ivfcgq332h8w4n9zx2xprgzk"))))
+    (build-system perl-build-system)
+    (native-inputs (list perl-module-build-tiny perl-moose perl-test-fatal))
+    (propagated-inputs (list perl-module-pluggable perl-module-runtime
+                             perl-moose perl-namespace-autoclean perl-try-tiny))
+    (home-page "https://metacpan.org/release/MooseX-Object-Pluggable")
+    (synopsis "Make your classes pluggable")
+    (description "@code{MooseX::Object::Pluggable} makes your classes pluggable.")
+    (license license:perl-license)))
+
 (define-public perl-moosex-emulate-class-accessor-fast
   (package
     (name "perl-moosex-emulate-class-accessor-fast")
-- 
2.41.0





  parent reply	other threads:[~2023-12-18 17:05 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-18 17:00 [bug#67879] [PATCH 00/12] Add perl-devel-repl Wilko Meyer
2023-12-18 17:03 ` [bug#67879] [PATCH 01/12] gnu: Add perl-www-pastebin-pastebincom-create Wilko Meyer
2023-12-18 17:03 ` [bug#67879] [PATCH 02/12] gnu: Add perl-app-nopaste Wilko Meyer
2023-12-18 17:03 ` [bug#67879] [PATCH 03/12] gnu: Add perl-b-utils Wilko Meyer
2023-12-18 17:03 ` [bug#67879] [PATCH 04/12] gnu: Disable tests for perl-b-keywords Wilko Meyer
2023-12-18 17:03 ` [bug#67879] [PATCH 05/12] gnu: Add perl-clipboard Wilko Meyer
2023-12-18 17:03 ` [bug#67879] [PATCH 06/12] gnu: Add perl-data-dump-streamer Wilko Meyer
2023-12-18 17:03 ` [bug#67879] [PATCH 07/12] gnu: Add perl-lexical-persistence Wilko Meyer
2023-12-18 17:03 ` Wilko Meyer [this message]
2023-12-18 17:03 ` [bug#67879] [PATCH 09/12] gnu: Add perl-ppi-xs Wilko Meyer
2023-12-18 17:03 ` [bug#67879] [PATCH 10/12] gnu: Add perl-sys-sigaction Wilko Meyer
2023-12-18 17:03 ` [bug#67879] [PATCH 11/12] gnu: Add perl-module-refresh Wilko Meyer
2023-12-18 17:03 ` [bug#67879] [PATCH 12/12] gnu: Add perl-devel-repl Wilko Meyer

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=3b58829326ae19ed397fa031d57dcb890891b652.1702918181.git.w@wmeyer.eu \
    --to=w@wmeyer.eu \
    --cc=67879@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.