> > The default MANIFEST.SKIP includes rules like these: > > # Avoid version control files. > \bRCS\b > \bCVS\b > \bSCCS\b > > This erroneously matches input like: > > lib/Library/CVS.pm > lib/Library/RCS.pm > lib/Library/SCCS.pm > > Those systems will never produce CVS.pm files, so just checking for \b > is an error. Avar (or anyone), Can you suggest a more tightly defined pattern? Thank you very much. Jim Keenan --- via perlbug: queue: perl5 status: new https://rt.perl.org/Ticket/Display.html?id=122416Thread Previous | Thread Next