Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Dist-Zilla-Plugin-CheckPrereqsIndexed CPAN distribution.

Report information
The Basics
Id: 87365
Status: rejected
Priority: 0/
Queue: Dist-Zilla-Plugin-CheckPrereqsIndexed

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

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



Subject: does not handle ranges in prereq entries
When I create a prereq entry like this: [Prereqs / DevelopConflicts] Dist::Zilla::Plugin::Conflicts = == 0.11 I get this out of 'dzil release': Invalid version format (non-numeric data) at /Users/ether/.perlbrew/libs/19.2@std/lib/perl5/Dist/Zilla/Plugin/CheckPrereqsIndexed.pm line 54. Version ranges are legal: https://metacpan.org/module/CPAN::Meta::Spec#Version-Ranges You should be using CPAN::Meta::Requirements to examine the prereq data, rather than parsing directly... see the code in CPAN::Meta::Check for examples.
On 2013-07-26 14:34:56, ETHER wrote: Show quoted text
> When I create a prereq entry like this: > > [Prereqs / DevelopConflicts] > Dist::Zilla::Plugin::Conflicts = == 0.11 > > I get this out of 'dzil release': > > Invalid version format (non-numeric data) at > /Users/ether/.perlbrew/libs/19.2@std/lib/perl5/Dist/Zilla/Plugin/CheckPrereqsIndexed.pm > line 54. > > Version ranges are legal: > > https://metacpan.org/module/CPAN::Meta::Spec#Version-Ranges > > You should be using CPAN::Meta::Requirements to examine the prereq > data, rather than parsing directly... see the code in > CPAN::Meta::Check for examples.
oops, wrong tracker - closing.