Skip Menu |

This queue is for tickets about the File-Find-Rule-Perl CPAN distribution.

Report information
The Basics
Id: 104302
Status: open
Priority: 0/
Queue: File-Find-Rule-Perl

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

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



Subject: Errant .list Files
Date: Thu, 7 May 2015 16:03:25 -0700
To: bug-File-Find-Rule-Perl [...] rt.cpan.org
From: "David E. Wheeler" <dwheeler [...] cpan.org>
For some reason, when building against Perl 5.20.2 on CentOS 7, t/03_no_index.t has failures because a bunch of *.list files are being found and not expected. Not sure what’s generating them, but this patch fixes the issue: --- a/t/03_no_index.t 2015-05-07 16:00:48.027365898 -0700 +++ b/t/03_no_index.t 2015-05-07 16:00:59.345329674 -0700 @@ -46,6 +46,8 @@ and ! /\b_eumm\b/ and + ! /\b[.]list$/ + and ! $ignore{$_} } $rule->in( curdir() ); is_deeply( \@files, [ qw{
From: jeppe [...] ioslo.net
I see the same on perl 5.14.4.
I am having the same problem on CentOS 6.4, perl v5.10.1 (x86_64-linux-thread-multi).