Skip Menu |

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

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

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

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



Subject: no_index test failures due to debian/ files
(The bug's actually broken in 1.07, but it hasn't propagated to CPAN/RT yet) This is marked wishlist because it's really unimportant, and is essentially a bug downstream (which we've patched for our purposes). Basically I just thought I'd let you know about it, but feel free to reject it. In Debian we include control files in the debian/ directory, but it's causing test failures with no_index because it's surprised to find them there (and in your upstream tarball they wouldn't be). This can be fixed with an additional rule to your no_index test file: --- a/t/03_no_index.t +++ b/t/03_no_index.t @@ -40,6 +40,10 @@ pm_to_blib }; my @files = sort grep { + ! /^debian/ + and ! /\.svn\b/ and ! /\.sw[op]\b/
Subject: Re: [rt.cpan.org #47921] no_index test failures due to debian/ files
Date: Thu, 16 Jul 2009 14:37:14 +1000
To: bug-File-Find-Rule-Perl [...] rt.cpan.org
From: Adam Kennedy <adamkennedybackup [...] gmail.com>
I believe you have commit to my repository right? :) Let me know when you've applied the change and updated the $VERSION/Changes for the next release. Adam K 2009/7/16 Jonathan Yu via RT <bug-File-Find-Rule-Perl@rt.cpan.org>: Show quoted text
> Wed Jul 15 15:21:25 2009: Request 47921 was acted upon. > Transaction: Ticket created by FREQUENCY >       Queue: File-Find-Rule-Perl >     Subject: no_index test failures due to debian/ files >   Broken in: 1.06 >    Severity: Wishlist >       Owner: Nobody >  Requestors: frequency@cpan.org >      Status: new >  Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=47921 > > > > (The bug's actually broken in 1.07, but it hasn't propagated to CPAN/RT yet) > > This is marked wishlist because it's really unimportant, and is > essentially a bug downstream (which we've patched for our purposes). > Basically I just thought I'd let you know about it, but feel free to > reject it. > > In Debian we include control files in the debian/ directory, but it's > causing test failures with no_index because it's surprised to find them > there (and in your upstream tarball they wouldn't be). This can be fixed > with an additional rule to your no_index test file: > > --- a/t/03_no_index.t > +++ b/t/03_no_index.t > @@ -40,6 +40,10 @@ >                        pm_to_blib >                }; >                my @files = sort grep { > +                       ! /^debian/ > +                       and >                        ! /\.svn\b/ >       and >                        ! /\.sw[op]\b/ >
Confirmed as resolved in File::Find::Rule::Perl 1.11