|
NAMEData::Object::Role::PluggableABSTRACTPluggable Role for Perl 5SYNOPSISpackage Example; use Data::Object::Class; with 'Data::Object::Role::Pluggable'; package main; my $example = Example->new; DESCRIPTIONThis package provides a mechanism for dispatching to plugin classes.METHODSThis package implements the following methods:pluginplugin(Str $name, Any @args) : InstanceOf['Data::Object::Plugin'] The plugin method returns an instantiated plugin class whose namespace is based on the package name of the calling class and the $name argument provided. If the plugin cannot be loaded this method will cause the program to crash.
AUTHORAl Newkirk, "awncorp@cpan.org"LICENSECopyright (C) 2011-2019, Al Newkirk, et al.This is free software; you can redistribute it and/or modify it under the terms of the The Apache License, Version 2.0, as elucidated in the "license file" <https://github.com/iamalnewkirk/data-object-role-functable/blob/master/LICENSE>. PROJECTWiki <https://github.com/iamalnewkirk/data-object-role-functable/wiki>Project <https://github.com/iamalnewkirk/data-object-role-functable> Initiatives <https://github.com/iamalnewkirk/data-object-role-functable/projects> Milestones <https://github.com/iamalnewkirk/data-object-role-functable/milestones> Contributing <https://github.com/iamalnewkirk/data-object-role-functable/blob/master/CONTRIBUTE.md> Issues <https://github.com/iamalnewkirk/data-object-role-functable/issues>
Visit the GSP FreeBSD Man Page Interface. |