Skip Menu |

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

Report information
The Basics
Id: 63612
Status: resolved
Priority: 0/
Queue: Dist-Zilla-Plugin-MetaNoIndex

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

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



Subject: Unnecessarily requires Perl 5.10
MetaNoIndex contains a "use 5.010;" statement. However, that's the only 5.10 feature it uses. It works just fine on 5.8.8 if you change that line to "use 5.008;" Please reduce the requirement and allow 5.8.8 to work.
This was fixed when it was cored. -- rjbs