# New Ticket Created by James E Keenan # Please include the string: [perl #122416] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=122416 > [Since ExtUtils-Manifest is now primarily maintained by Perl 5 Porters, I am moving this ticket here from https://rt.cpan.org/Ticket/Display.html?id=57507. -- jkeenan] 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.Thread Previous