Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Test-MinimumVersion CPAN distribution.

Report information
The Basics
Id: 78715
Status: resolved
Priority: 0/
Queue: Test-MinimumVersion

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

Bug Information
Severity: Important
Broken in: 0.101080
Fixed in: (no value)



Subject: all_minimum_version_from_metayml_ok does not check correct 'requires' value for META 2.0
The 2.0 spec has the requires as: prereqs: runtime: requires: Class::Load: 0.01 perl: v5.10.1 etc. test: requires: Test::CheckDeps: 0.002 Test::UseAllModules: 0.10 etc. So, it should check something along the lines of: unless my $version = $documents->[0]->{prereqs} ? first { $_->{requires}{perl} } values %{ $documents->[0]->{prereqs} } : $documents->[0]->{requires}{perl};
On 2012-08-01 06:02:48, BBYRD wrote: Show quoted text
> The 2.0 spec has the requires as:
Isn't META.yml 1.4-only? so I'm not sure this is a bug.
this now lives in github issues -- rjbs