Subclass-Of
===========
Created: 2013-05-29
Home page: <https://metacpan.org/release/Subclass-Of>
Bug tracker: <http://rt.cpan.org/Dist/Display.html?Queue=Subclass-Of>
Maintainer: Toby Inkster (TOBYINK) <tobyink@cpan.org>
0.009 2020-11-18
- Require Hash::Util::FieldHash::Compat instead of Hash::FieldHash on Perl
5.8 because the latter seems to have issues installing. (Urgh
Module::Build.)
0.008 2019-02-28
- Added: Support fieldhash=>1 to allow attributes to be stored inside-out
when subclassing non-Moose/Mouse/Moo classes.
0.007 2017-06-16
[ Bug Fixes ]
- Don't use __SUB__ because it breaks older Perl, even if hidden behind a
conditional. Just use a plain old weakened reference.
[ Other ]
- Added: Undocumented/unsupported _alias_to_package_name function.
0.006 2017-06-13
[ Documentation ]
- Remove superfluous usage of Data::Dumper from example.
[ Other ]
- Added: Support -lazy option to defer subclassing.
0.005 2017-06-13
[ Documentation ]
- Correct syntax of SYNOPSIS.
0.004 2017-06-13 Four years later. (29 Feb doesn't count.)
- Updated: Use List::Util (core module) instead of List::MoreUtils.
- Updated: Use Sub::Util (core module) instead of Sub::Name.
0.003 2013-06-14
[ Packaging ]
- Use Dist::Inkt.
[ Other ]
- Updated: Use Exporter::Tiny instead of Exporter::TypeTiny.
0.002 2013-06-14
- Added: Support '-has' option to add attributes to a child class.
0.001 2013-06-05
[ Documentation ]
- Added SEE ALSO section.
- Minor clarifications.
0.000_04 2013-06-04
[ Bug Fixes ]
- vstring warning in Perl 5.10.0 caused test failures.
[ Other ]
- Added: Added example script.
- Set %INC for generated classes.
0.000_03 2013-05-31
[ Bug Fixes ]
- Mandatory 'redefine' warnings for constant subs in Perl prior to 5.16
caused test failures; stop allowing Perl to inline our 'constants',
therefore avoid these warnings.
0.000_02 2013-05-31
[ Documentation ]
- Much documentation.
[ Packaging ]
- A shed-load of test cases.
[ Other ]
- Added: Exportable 'subclass_of' function.
- Added: Public 'install' method.
- Added: Support subclassing of Mouse classes.
- Lexically scope aliases.
0.000_01 2013-05-29 Developer preview