Class::Autouse is a runtime class loader that allows you to specify classes that will only load when a method of that class is called.
For large classes or class trees that might not be used during the running of a program, such as Date::Manip, this can save you large amounts of memory, and decrease the script load time a great deal.
Class::Autouse also provides a number of "unsafe" features for runtime generation of classes and implementation of syntactic sugar. These features make use of (evil) UNIVERSAL::AUTOLOAD hooking, and are implemented in this class because these hooks can only be done by a one module, and Class::Autouse serves as a useful place to centralise this kind of evil :)
Package Version | Update ID | Released | Package Hub Version | Platforms | Subpackages |
---|---|---|---|---|---|
2.01-bp156.3.1 info | GA Release | 2023-07-22 | 15 SP6 |
|
|
2.01-bp155.2.9 info | GA Release | 2023-05-17 | 15 SP5 |
|
|
2.01-bp154.1.19 info | GA Release | 2022-05-09 | 15 SP4 |
|
|
2.01-bp153.1.14 info | GA Release | 2021-03-06 | 15 SP3 |
|
|
2.01-bp152.3.13 info | GA Release | 2020-04-16 | 15 SP2 |
|
|
2.01-bp151.3.1 info | GA Release | 2019-07-17 | 15 SP1 |
|
|
2.01-bp151.2.13 info | GA Release | 2019-05-18 | 15 SP1 |
|
|
2.01-bp150.2.4 info | GA Release | 2018-07-30 | 15 |
|
|