![]() |
![]()
| ![]() |
![]()
NAMEMixin::Event::Dispatch::Methods - importer class for applying Mixin::Event::Dispatch methods without inheritance VERSIONversion 2.000 SYNOPSISpackage Role::WithEvents; use Moo::Role; use Mixin::Event::Dispatch::Methods qw(:all); package Some::Class; use Moo; with 'Role::WithEvents'; DESCRIPTIONProvides the following Exporter tags: :allImports all known methods. Probably a good default if this is being applied to a specific role class. The methods imported may change in future, use :v2 if you want to limit to a specific list that will never change. :v2Supports the methods provided by the 2.000 API.
:basicImports only the bare minimum methods for subscribing/unsubscribing.
AUTHORTom Molesworth <cpan@perlsite.co.uk> LICENSECopyright Tom Molesworth 2011-2015, based on code originally part of EntityModel. Licensed under the same terms as Perl itself.
|