Subject: | taint.t requires Perl 5.8 |
taint.t requires version 5.8 of Perl. Module::Metadata runs fine on Perl 5.6, but the test case itself requires a Perl 5.8 feature. This could be resolved by skipping the test case if $] < 5.008.
Module::Metadata is required for Module::Build to be installed into Perl 5.6, which in turn is required for lots of other stuff, so it's pretty important to have it installable.
I mentioned this to ether on IRC a week or so ago, and she said it could be fixed. However, I think she may have forgotten about it, so reporting it here.