Skip Menu |

This queue is for tickets about the Catalyst-Devel CPAN distribution.

Report information
The Basics
Id: 30660
Status: resolved
Priority: 0/
Queue: Catalyst-Devel

People
Owner: Nobody in particular
Requestors: sam.vilain [...] catalyst.net.nz
Cc:
AdminCc:

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



CC: Sam Vilain <sam.vilain [...] catalyst.net.nz>
Subject: [PATCH] Don't rcopy control files for some popular SCMs
Date: Mon, 12 Nov 2007 18:06:12 +1300
To: bug-Catalyst-Devel [...] rt.cpan.org
From: Sam Vilain <sam.vilain [...] catalyst.net.nz>
It never makes sense to copy these files into the blib directory, so skip them. --- Module::Install probably provides some kind of API for using the list that it generates based on 'no_index', etc. Those should also be skipped. lib/Module/Install/Catalyst.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/Module/Install/Catalyst.pm b/lib/Module/Install/Catalyst.pm index 95d97b8..0204882 100644 --- a/lib/Module/Install/Catalyst.pm +++ b/lib/Module/Install/Catalyst.pm @@ -15,7 +15,7 @@ my $SAFETY = 0; our @IGNORE = qw/Build Build.PL Changes MANIFEST META.yml Makefile.PL Makefile README - _build blib lib script t inc/; + _build blib lib script t inc \.svn \.git _darcs \.bzr \.hg/; our @CLASSES = (); our $ENGINE = 'CGI'; our $CORE = 0; -- 1.5.3.2.3.g2f2dcc-dirty
Subject: Re: [rt.cpan.org #30660] [PATCH] Don't rcopy control files for some popular SCMs
Date: Fri, 07 Dec 2007 19:41:49 -0600
To: bug-Catalyst-Devel [...] rt.cpan.org, sam.vilain [...] catalyst.net.nz, catalyst-dev [...] lists.scsys.co.uk
From: Jonathan Rockway <jon [...] jrock.us>
On Mon, 2007-11-12 at 00:07 -0500, Sam Vilain via RT wrote: Show quoted text
> --- a/lib/Module/Install/Catalyst.pm > +++ b/lib/Module/Install/Catalyst.pm > @@ -15,7 +15,7 @@ my $SAFETY = 0; > > our @IGNORE = > qw/Build Build.PL Changes MANIFEST META.yml Makefile.PL Makefile README > - _build blib lib script t inc/; > + _build blib lib script t inc \.svn \.git _darcs \.bzr \.hg/; > our @CLASSES = (); > our $ENGINE = 'CGI'; > our $CORE = 0;
Sorry this got lost, Sam. Applied as r7249. Regards, Jonathan Rockway
Download signature.asc
application/pgp-signature 189b

Message body not shown because it is not plain text.