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
The humungo-file breaks metacpan when it tries to parse the file of "perl code". Or maybe package the pre-amble and data seperately and have Makefile.PL combine them at make-time. See perhaps https://metacpan.org/pod/ExtUtils::MakeMaker#PL_FILES
The text was updated successfully, but these errors were encountered:
Increasing the buffer size is just a workaround. Data of this size really should be in its own file, rather than combined with a perl module (where it will stay in memory once that .pm file has been required).
The humungo-file breaks metacpan when it tries to parse the file of "perl code". Or maybe package the pre-amble and data seperately and have Makefile.PL combine them at make-time. See perhaps https://metacpan.org/pod/ExtUtils::MakeMaker#PL_FILES
The text was updated successfully, but these errors were encountered: