Alan Burlison wrote: > > It fails to ignore files under source code control, e.g CVS or RCS > subdirectories. installperl does this: > > # Ignore version control directories. > if (($name eq 'CVS' or $name eq 'RCS' or $name eq '.svn') and -d $name) { > $File::Find::prune = 1; > return; > } > > And that list should include 'SCCS' as well. In this case the MANIFEST.SKIP from MakeMaker should include SCCS too. Both interact -- you probably don't want SCCS directories from ext/ be copied under lib/.Thread Previous | Thread Next