Revision history for Mooish-Base
1.003 - 2026-01-22
- Added $Mooish::Base::DEBUG variable which allows debugging
- Added MOOISH_BASE_EXTRA_MODULES environmental variable to control used extra modules
- Extra modules are now only used if their versions are high enough
- Added MooseX::XSConstructor as an extra module
- Bump minimum versions of dependencies
- Internal refactoring and improved test suite
1.002 - 2025-12-30
- Use the version of namespace::autoclean suggested by Moo docs
1.001 - 2025-12-04
- Changed -standard flag to always import Moo, regardless of the environment
1.000 - 2025-12-02
- Added -standard flag, which allows module authors to use the module
- Module now automatically loads known performance-improving modules based on flavour
- Module now requires perl 5.10 (down from 5.14)
0.002 - 2025-03-02
- Moose class will automatically be made immutable with Hook::AfterRuntime installed
0.001 - 2025-02-21
- First version