The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changes
inc/Module/AutoInstall.pm
inc/Module/Install.pm
inc/Module/Install/AutoInstall.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
inc/Module/Install/Fetch.pm
inc/Module/Install/Include.pm
inc/Module/Install/Makefile.pm
inc/Module/Install/Metadata.pm
inc/Module/Install/Win32.pm
inc/Module/Install/WriteAll.pm
inc/Test/More.pm
lib/Class/Component.pm
lib/Class/Component/Attribute.pm
lib/Class/Component/Attribute/Hook.pm
lib/Class/Component/Attribute/Method.pm
lib/Class/Component/Component/Autocall.pm
lib/Class/Component/Component/Autocall/Autoload.pm
lib/Class/Component/Component/Autocall/InjectMethod.pm
lib/Class/Component/Component/Autocall/SingletonMethod.pm
lib/Class/Component/Component/AutoloadPlugin.pm
lib/Class/Component/Component/DisableDynamicPlugin.pm
lib/Class/Component/Component/Moosenize.pm
lib/Class/Component/Component/Plaggerize.pm
lib/Class/Component/Component/Plaggerize/ConfigLoader.pm
lib/Class/Component/Component/Plaggerize/Log.pm
lib/Class/Component/Component/Plaggerize/PluginLoader.pm
lib/Class/Component/Component/SingletonMethod.pm
lib/Class/Component/Plugin.pm
Makefile.PL
MANIFEST			This list of files
META.yml
README
t/00_compile.t
t/01_myclass.t
t/02_myclass_autoload.t
t/03_myclass_dump.dump
t/03_myclass_dump.t
t/04_myclass_autoload_dump.dump
t/04_myclass_autoload_dump.t
t/05_myclass_remove.t
t/06_myclass_singletonmethod.t
t/07_myclass_next.t
t/08_myclass_disabledynamicplugin.t
t/09_myclass_disabledynamicplugin_autoload.t
t/101_plaggerize_simple.t
t/10_myclass_injectmethod.t
t/11_myclass_disabledynamicplugin_injectmethod.t
t/12_attribute.t
t/13_extattribute.t
t/14_anonpluginmethod.t
t/15_aliaspluginmethod.t
t/16_myclass_autoload_plugin.t
t/17_duplication_load_plugins.t
t/18_myclass_default_hook.t
t/MyClass.pm
t/MyClass/Attribute/Alias.pm
t/MyClass/Attribute/Anon.pm
t/MyClass/Attribute/Dump.pm
t/MyClass/Attribute/DumpRun.pm
t/MyClass/Attribute/Test.pm
t/MyClass/C.pm
t/MyClass/Component.pm
t/MyClass/Component/A.pm
t/MyClass/Component/B.pm
t/MyClass/Component/E.pm
t/MyClass/D.pm
t/MyClass/F.pm
t/MyClass/Plugin/AliasMethod.pm
t/MyClass/Plugin/AliasMethod2.pm
t/MyClass/Plugin/AnonMethod.pm
t/MyClass/Plugin/Attribute.pm
t/MyClass/Plugin/Default.pm
t/MyClass/Plugin/DefaultHook.pm
t/MyClass/Plugin/ExtAttribute.pm
t/MyClass/Plugin/Hello.pm
t/MyPlaggerize.pm
t/MyPlaggerize/Plugin/Test.pm