Skip Menu |

This queue is for tickets about the bignum CPAN distribution.

Report information
The Basics
Id: 124309
Status: resolved
Priority: 0/
Queue: bignum

People
Owner: Nobody in particular
Requestors: ether [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.50



Subject: prereqs are declared in the wrong places
The perl prereq is declared as runtime, which is too late for cpanm to detect -- this should be in the 'configure' phase, or alternatively declared in Makefile.PL like so: WriteMakefileArgs( ..., MIN_PERL_VERSION => ... prereq here ... ); Also Test::More should be declared as in the test phase, not runtime.
Subject: Re: [rt.cpan.org #124309] Resolved: prereqs are declared in the wrong places
Date: Thu, 19 Apr 2018 14:31:05 +0200
To: bug-bignum [...] rt.cpan.org
From: Karen Etheridge <karen [...] froods.org>
thanks! On Wed, Apr 18, 2018 at 2:03 PM, Peter John Acklam via RT < bug-bignum@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=124309 > > > According to our records, your request has been resolved. If you have any > further questions or concerns, please respond to this message. >