On Tue, Oct 22, 2002 at 05:22:29PM +0200, Rafael Garcia-Suarez wrote:
> I wrote:
> > The following patch against bleadperl makes MakeMaker ignore Subversion files,
> > as it does with CVS/RCS/SCCS files. (Subversion files are kept in .svn/
> > subdirectories in each directory under version control.)
> 
> Sorry, bad patch, I just remembered about \B which gives a much
> better regexp to check for subversion subdirs. New patch :

Manifest calculations are always Unix style, so I think (^|\/)\.svn\/ is
safe to find all .svn directories.  The RCS and CVS regexes could be done
the same.  And oh yeah, we're supposed to be doing SCCS, too.


> --- lib/ExtUtils/MANIFEST.SKIP
> +++ lib/ExtUtils/MANIFEST.SKIP        Tue Oct 22 17:08:34 2002
> @@ -2,6 +2,7 @@
>  \bRCS\b
>  \bCVS\b
>  ,v$
> +\B\.svn\b


-- 

Michael G. Schwern   <[EMAIL PROTECTED]>    http://www.pobox.com/~schwern/
Perl Quality Assurance      <[EMAIL PROTECTED]>         Kwalitee Is Job One
Cuius rei demonstrationem mirabilem sane detexi hanc subcriptis 
exigutias non caperet.

Reply via email to