Skip Menu |

This queue is for tickets about the Module-Metadata CPAN distribution.

Maintainer(s)' notes

Attention bug reporters: issues MUST include the version of Module::Metadata that you are running that exhibit the stated symptoms. thank you!

Report information
The Basics
Id: 94180
Status: resolved
Priority: 0/
Queue: Module-Metadata

People
Owner: Nobody in particular
Requestors: perl [...] toby.ink
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.000019
Fixed in: 1.000020



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.
This has already been fixed in the repo.
Subject: Re: [rt.cpan.org #94180] taint.t requires Perl 5.8
Date: Tue, 25 Mar 2014 09:43:36 -0700
To: Toby Inkster via RT <bug-Module-Metadata [...] rt.cpan.org>
From: Karen Etheridge <ether [...] cpan.org>
On Tue, Mar 25, 2014 at 09:58:12AM -0400, Toby Inkster via RT wrote: Show quoted text
> 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.
I think this should be fixed in the repository now with a patch by haarg: https://github.com/Perl-Toolchain-Gang/Module-Metadata/commit/698048aae1e0dc6b392843feab394f8eb0d28fa5 Let me know if this is insufficient (or better, provide a PR) :)
released in 1.000020.