all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Felix Lechner via Guix-patches via <guix-patches@gnu.org>
To: 67963@debbugs.gnu.org
Cc: Felix Lechner <felix.lechner@lease-up.com>
Subject: [bug#67963] [PATCH v2 02/37] Use only version 2 of Perl's Strictures.
Date: Tue, 16 Jan 2024 14:12:40 -0800	[thread overview]
Message-ID: <ccf00e30fb4da60ae424ea7b98906e856b47d51d.1705443194.git.felix.lechner@lease-up.com> (raw)
In-Reply-To: <a6492643b9e32409b8420e7d54ba290d0937b838.1705443194.git.felix.lechner@lease-up.com>

Mixed versions conflict due to propagated inputs.

Change-Id: I8ac476ea45891f9b76dfe737cbf142d7b0b8ab4e
---
 gnu/packages/perl-check.scm |  2 +-
 gnu/packages/perl.scm       | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/perl-check.scm b/gnu/packages/perl-check.scm
index 5ef56227ce..d84ba4eaaf 100644
--- a/gnu/packages/perl-check.scm
+++ b/gnu/packages/perl-check.scm
@@ -1236,7 +1236,7 @@ (define-public perl-test-roo
            perl-moo
            perl-moox-types-mooselike
            perl-multidimensional
-           perl-strictures
+           perl-strictures-2
            perl-sub-install))
     (home-page "https://metacpan.org/release/Test-Roo")
     (synopsis "Composable, reusable tests with roles and Moo")
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index aca4c36ea7..033c9900ce 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -2655,7 +2655,7 @@ (define-public perl-data
      (list perl-test-deep perl-test-output perl-test-fatal))
     (inputs
      (list perl-class-method-modifiers perl-list-moreutils
-           perl-module-runtime perl-role-tiny perl-strictures))
+           perl-module-runtime perl-role-tiny perl-strictures-2))
     (home-page "https://metacpan.org/release/Data-Perl")
     (synopsis "Base classes wrapping fundamental Perl data types")
     (description "Collection of classes that wrap fundamental data types that
@@ -2936,7 +2936,7 @@ (define-public perl-data-perl
      (list perl-test-deep perl-test-fatal perl-test-output))
     (inputs
      (list perl-class-method-modifiers perl-module-runtime perl-role-tiny
-           perl-strictures))
+           perl-strictures-2))
     (propagated-inputs
      (list perl-list-moreutils))
     (home-page
@@ -4385,7 +4385,7 @@ (define-public perl-eval-withlexicals
                              ,(string-append out "/lib/perl5/site_perl"))))
                         #t))))))
     (propagated-inputs
-     (list perl-moo perl-strictures))
+     (list perl-moo perl-strictures-2))
     (home-page "https://metacpan.org/release/Eval-WithLexicals")
     (synopsis "Lexical scope evaluation library for Perl")
     (description "The Eval::WithLexicals Perl library provides support for
@@ -7227,7 +7227,7 @@ (define-public perl-moo
            perl-import-into
            perl-module-runtime
            perl-role-tiny
-           perl-strictures))
+           perl-strictures-2))
     (home-page "https://metacpan.org/release/Moo")
     (synopsis "Minimalist Object Orientation (with Moose compatibility)")
     (description "Moo is an extremely light-weight Object Orientation system.
@@ -7990,7 +7990,7 @@ (define-public perl-moox-strictconstructor
     (native-inputs
      (list perl-test-fatal))
     (propagated-inputs
-     (list perl-class-method-modifiers perl-moo perl-strictures))
+     (list perl-class-method-modifiers perl-moo perl-strictures-2))
     (home-page "https://metacpan.org/release/MooX-StrictConstructor")
     (synopsis "Make Moo-based object constructors blow up on unknown attributes")
     (description
@@ -8014,7 +8014,7 @@ (define-public perl-moox-types-mooselike
     (native-inputs
      (list perl-moo perl-test-fatal))
     (propagated-inputs
-     (list perl-module-runtime perl-strictures))
+     (list perl-module-runtime perl-strictures-2))
     (home-page "https://metacpan.org/release/MooX-Types-MooseLike")
     (synopsis "Moosish types and type builder")
     (description "MooX::Types::MooseLike provides a possibility to build your
-- 
2.41.0





  reply	other threads:[~2024-01-16 22:15 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-22  4:12 [bug#67963] [PATCH 0/4] Add Perl modules for debbugs.gnu.org Felix Lechner via Guix-patches via
2023-12-22  4:18 ` [bug#67963] [PATCH 1/4] gnu: perl.scm: Fix indentation (no functional changes) Felix Lechner via Guix-patches via
2023-12-22  4:18 ` [bug#67963] [PATCH 2/4] gnu: Add perl-devel-confess Felix Lechner via Guix-patches via
2023-12-22  4:18 ` [bug#67963] [PATCH 3/4] gnu: Add perl-mldbm Felix Lechner via Guix-patches via
2023-12-22  4:18 ` [bug#67963] [PATCH 4/4] gnu: Add perl-safe-hole Felix Lechner via Guix-patches via
2024-01-16 22:12 ` [bug#67963] [PATCH v2 01/37] gnu: perl.scm: Fix indentation (no functional changes) Felix Lechner via Guix-patches via
2024-01-16 22:12   ` Felix Lechner via Guix-patches via [this message]
2024-01-16 22:12   ` [bug#67963] [PATCH v2 03/37] Fix broken test in Perl's DBIx::Class Felix Lechner via Guix-patches via
2024-01-16 22:12   ` [bug#67963] [PATCH v2 04/37] gnu: Add perl-devel-confess Felix Lechner via Guix-patches via
2024-01-16 22:12   ` [bug#67963] [PATCH v2 05/37] gnu: Add perl-mldbm Felix Lechner via Guix-patches via
2024-01-16 22:12   ` [bug#67963] [PATCH v2 06/37] gnu: Add perl-safe-hole Felix Lechner via Guix-patches via
2024-01-16 22:12   ` [bug#67963] [PATCH v2 07/37] gnu: Add perl-class-hash Felix Lechner via Guix-patches via
2024-01-16 22:12   ` [bug#67963] [PATCH v2 08/37] gnu: Add perl-data-messagepack Felix Lechner via Guix-patches via
2024-01-16 22:12   ` [bug#67963] [PATCH v2 09/37] gnu: Add perl-datetime-format-mysql Felix Lechner via Guix-patches via
2024-01-16 22:12   ` [bug#67963] [PATCH v2 10/37] gnu: Add perl-datetime-format-pg Felix Lechner via Guix-patches via
2024-01-16 22:12   ` [bug#67963] [PATCH v2 11/37] gnu: Add perl-datetime-format-sqlite Felix Lechner via Guix-patches via
2024-01-16 22:12   ` [bug#67963] [PATCH v2 12/37] gnu: Add perl-dime-tools Felix Lechner via Guix-patches via
2024-01-16 22:12   ` [bug#67963] [PATCH v2 13/37] gnu: Add perl-fcgi-client Felix Lechner via Guix-patches via
2024-01-16 22:12   ` [bug#67963] [PATCH v2 14/37] gnu: Add perl-fcgi Felix Lechner via Guix-patches via
2024-01-16 22:12   ` [bug#67963] [PATCH v2 15/37] gnu: Add perl-graphviz Felix Lechner via Guix-patches via
2024-01-16 22:12   ` [bug#67963] [PATCH v2 16/37] gnu: Add perl-hash-ordered Felix Lechner via Guix-patches via
2024-01-16 22:12   ` [bug#67963] [PATCH v2 17/37] gnu: Add perl-package-variant Felix Lechner via Guix-patches via
2024-01-16 22:12   ` [bug#67963] [PATCH v2 18/37] gnu: Add perl-spreadsheet-parseexcel Felix Lechner via Guix-patches via
2024-01-16 22:12   ` [bug#67963] [PATCH v2 19/37] gnu: Add perl-xml-parser-lite Felix Lechner via Guix-patches via
2024-01-16 22:12   ` [bug#67963] [PATCH v2 20/37] gnu: Add perl-xml-semanticdiff Felix Lechner via Guix-patches via
2024-01-16 22:12   ` [bug#67963] [PATCH v2 21/37] gnu: Add perl-test-xml Felix Lechner via Guix-patches via
2024-01-16 22:13   ` [bug#67963] [PATCH v2 22/37] gnu: Add perl-time-warp Felix Lechner via Guix-patches via
2024-01-16 22:13   ` [bug#67963] [PATCH v2 23/37] gnu: Add perl-user-identity Felix Lechner via Guix-patches via
2024-01-16 22:13   ` [bug#67963] [PATCH v2 24/37] gnu: Add perl-text-tabulardisplay Felix Lechner via Guix-patches via
2024-01-16 22:13   ` [bug#67963] [PATCH v2 25/37] gnu: Add perl-text-xslate Felix Lechner via Guix-patches via
2024-01-16 22:13   ` [bug#67963] [PATCH v2 26/37] gnu: Add perl-text-reform Felix Lechner via Guix-patches via
2024-01-16 22:13   ` [bug#67963] [PATCH v2 27/37] gnu: Add perl-text-iconv Felix Lechner via Guix-patches via
2024-01-16 22:13   ` [bug#67963] [PATCH v2 28/37] gnu: Add perl-text-autoformat Felix Lechner via Guix-patches via
2024-01-16 22:13   ` [bug#67963] [PATCH v2 29/37] gnu: Add perl-text-recordparser Felix Lechner via Guix-patches via
2024-01-16 22:13   ` [bug#67963] [PATCH v2 30/37] gnu: Add perl-mail-message Felix Lechner via Guix-patches via
2024-01-16 22:13   ` [bug#67963] [PATCH v2 31/37] gnu: Add perl-sql-translator Felix Lechner via Guix-patches via
2024-01-16 22:13   ` [bug#67963] [PATCH v2 32/37] gnu: Add perl-dbicx-testdatabase Felix Lechner via Guix-patches via
2024-01-16 22:13   ` [bug#67963] [PATCH v2 33/37] gnu: Add perl-dbix-class-dynamicdefault Felix Lechner via Guix-patches via
2024-01-16 22:13   ` [bug#67963] [PATCH v2 34/37] gnu: Add perl-dbix-class-timestamp Felix Lechner via Guix-patches via
2024-01-16 22:13   ` [bug#67963] [PATCH v2 35/37] gnu: Add perl-io-sessiondata Felix Lechner via Guix-patches via
2024-01-16 22:13   ` [bug#67963] [PATCH v2 36/37] gnu: Add perl-soap-lite Felix Lechner via Guix-patches via
2024-01-16 22:13   ` [bug#67963] [PATCH v2 37/37] gnu: Add perl-search-estraier Felix Lechner via Guix-patches via

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=ccf00e30fb4da60ae424ea7b98906e856b47d51d.1705443194.git.felix.lechner@lease-up.com \
    --to=guix-patches@gnu.org \
    --cc=67963@debbugs.gnu.org \
    --cc=felix.lechner@lease-up.com \
    /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.