Skip Menu |

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

Report information
The Basics
Id: 88488
Status: rejected
Priority: 0/
Queue: Dist-Zilla-Plugin-Test-Compile

People
Owner: ether [...] cpan.org
Requestors: xenoterracide [...] gmail.com
Cc:
AdminCc:

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



Subject: fails on perl 5.6
Date: Sat, 7 Sep 2013 17:54:42 -0500
To: bugs-dist-zilla-plugin-test-compile [...] rt.cpan.org
From: Caleb Cushing <xenoterracide [...] gmail.com>
The generated test fails on Perl 5.6 (I'd like to note this report is a few months old and I've not regenerated in a while ). I don't actually need the test to pass on 5.6, I'd just like it not to fail. Could you add a skip for versions of perl older than you wish to support? http://www.cpantesters.org/cpan/report/70aec8d2-e7ec-11e2-81de-e2cefec28264 -- Caleb Cushing http://xenoterracide.com Calendar: https://www.google.com/calendar/embed?src=xenoterracide%40gmail.com&ctz=America/Chicago
Subject: Re: [rt.cpan.org #88488] fails on perl 5.6
Date: Sat, 7 Sep 2013 16:52:27 -0700
To: Caleb Cushing via RT <bug-Dist-Zilla-Plugin-Test-Compile [...] rt.cpan.org>
From: Karen Etheridge <ether [...] cpan.org>
On Sat, Sep 07, 2013 at 06:54:56PM -0400, Caleb Cushing via RT wrote: Show quoted text
> The generated test fails on Perl 5.6 (I'd like to note this report is > a few months old and I've not regenerated in a while ). > http://www.cpantesters.org/cpan/report/70aec8d2-e7ec-11e2-81de-e2cefec28264
The version of the test in this report is using File::Find, which was dropped a few releases back. I'd highly recommend repackaging your distribution with the newest version. Show quoted text
> I don't actually need the test to pass on 5.6, I'd just like it not to > fail. Could you add a skip for versions of perl older than you wish to > support?
The test uses the 'warnings' pragma, which requires 5.6; as far as I know, there are no further version requirements. The plugin itself does run on 5.8.x and has passing test reports for it. I'd certainly be interested in seeing test reports on 5.6 for dists using this test, either passing or failing.
Line 447 in 5.6.2's File::Find is: $_= ($no_chdir ? $dir_name : $dir_rel ); Why this fails I cannot say, but nevertheless, the plugin no longer uses File::Find, and I've seen no other reports of issues running the test on 5.6.2.