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.