Skip to content

remove unused AutoLoader - #2

Open
haarg wants to merge 1 commit into
cfuhrman:masterfrom
haarg-contrib:remove-unused-autoloader
Open

remove unused AutoLoader#2
haarg wants to merge 1 commit into
cfuhrman:masterfrom
haarg-contrib:remove-unused-autoloader

Conversation

@haarg

@haarg haarg commented Dec 24, 2025

Copy link
Copy Markdown

These modules use the AUTOLOAD mechanism to generate some subs on demand. They do not actually use AutoLoader, which involves splitting out subs written after END at install time to delay compiling them. The AUTOLOAD mechanism is a core part of perl and does not rely on AutoLoader.

These modules use the AUTOLOAD mechanism to generate some subs on
demand. They do not actually use AutoLoader, which involves splitting
out subs written after __END__ at install time to delay compiling them.
The AUTOLOAD mechanism is a core part of perl and does not rely on
AutoLoader.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant