It could be related to the fact that app_perl uses the flag for global exporting, as it is needed by the embedded interpreter. That may lead to naming conflict of exported structured by other modules.
In attempt to fix it, I pushed a commit to allow the structure to be prefixed with _modulename_
.
Try to change the name of exports
structure in app_perl module to _app_perl_exports
.
—
Reply to this email directly or view it on GitHub.