You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, try excluding MANIFEST while including MANIFEST.SKIP.
Because the match is done as an unanchored regex, the latter will be
incorrectly excluded. If exclude_filename is really going to be a regex,
then what's the point of match? To match the behaviour described in the
docs, the match must be against the whole filename.
The text was updated successfully, but these errors were encountered:
https://rt.cpan.org/Ticket/Display.html?id=81492
The text was updated successfully, but these errors were encountered: