The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension MooX-PluginKit.

0.06 2019-03-06T07:43:58Z

 - Declare deps as modules, not distros.

0.05 2019-02-19T14:18:54Z

 - Fix missing DOES under perl 5.8 by using UNIVERSAL::DOES.
 - Require perl 5.8.1.
 - Simplify VERSION declarations.

0.04 2019-02-18T06:12:19Z

 - Migrate all the tests from Test::More to Test2::V0.
 - Migrate build tooling from Dist::Zilla to Minilla.

0.03 2017-01-30

 - Added default_class to has_pluggable_object.
 - The limitation of not being able to use class_arg and class_builder in
   has_pluggable_object has been removed.
 - Added has_pluggable_class.
 - Update the main documentation to be less fanciful and more useful.
 - Fix a potential memory leak.
 - Support roles in plugin_applies_to.

0.02 2017-01-24

 - Add ways to dynamically determine the base class in has_pluggable_object.
 - Fix a potential memory leak cause by references in a closure.
 - Better BUILDARGS support in consumers.
 - Always create a plugin_factory object even if there are no plugins.
 - Automatically load base classes if they are not already.
 - Fix a bug where plugin metadata was being forgotten.

0.01 2016-05-20

 - First version.