FICHA · MANJARO

perl-class-autouse

Run-time load a class the first time you call a method in it.

  • Library
  • NONE
  • Dependency only
official+codex · reviewed · May 28, 2026 description in en

Description

Perl programs can delay loading a class until the first time one of its methods is called. This can reduce startup cost for applications with optional features or many rarely used modules.

It is a developer library for runtime loading. Delayed loading can make failures appear later, so applications should test paths that depend on optional classes.

Permissions

Permissions not analysed for this source yet.