Skip Menu |

This queue is for tickets about the MarpaX-Demo-JSONParser CPAN distribution.

Report information
The Basics
Id: 125584
Status: resolved
Priority: 0/
Queue: MarpaX-Demo-JSONParser

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

Bug Information
Severity: Normal
Broken in: 1.07
Fixed in: (no value)



Subject: depends on module Perl
EU::MM uses MIN_PERL_VERSION to declare perl version required. -- Alexandr Ciornii, http://chorny.net
On 2018-06-14 02:54:10, CHORNY wrote: Show quoted text
> EU::MM uses MIN_PERL_VERSION to declare perl version required. >
Makefile.PL has: 'Perl' => 5.014000, This should be 'perl', which cpan clients know how to understand. MIN_PERL_VERSION should also be used in MakeMaker arguments for tools like Dist::Zilla that turn that into other metadata.
Subject: Re: [rt.cpan.org #125584] depends on module Perl
Date: Fri, 15 Jun 2018 09:46:32 +1000
To: bug-MarpaX-Demo-JSONParser [...] rt.cpan.org
From: Ron Savage <ron [...] savage.net.au>
Hi Karen and Alexandr Thanx for the comments. I am slowly adding Perl/perl to the requirements of my modules when I believe it matters, so will fix this. The case issue with Perl does surprise me, as per 'Be liberal in what you expect and strict in what you send'. Still, 'perl' it shall be. On 15/06/18 02:00, Karen Etheridge via RT wrote: Show quoted text
> Queue: MarpaX-Demo-JSONParser > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=125584 > > > On 2018-06-14 02:54:10, CHORNY wrote:
>> EU::MM uses MIN_PERL_VERSION to declare perl version required. >>
> > > Makefile.PL has: > > 'Perl' => 5.014000, > > This should be 'perl', which cpan clients know how to understand. > > MIN_PERL_VERSION should also be used in MakeMaker arguments for tools like Dist::Zilla that turn that into other metadata. >
-- Ron Savage - savage.net.au
I've uploaded V 1.08 to CPAN which should solve these issues.