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
... by renaming it to charclass_invlists.inc, which no longer matches
the standard *.h pattern.
charclass_invlists.inc is a large (4.5MB) generated file that is only
needed at build time (specifically, by utf8.c as well as regcomp.c and
regexec.c). Skipping this single file makes a standard perl install
slightly smaller (from ~90MB to ~85MB in my tests).
0 commit comments