![]() |
![]()
| ![]() |
![]()
NAMEData::Object::PluginABSTRACTPlugin Class for Perl 5SYNOPSISpackage Plugin; use Data::Object::Class; extends 'Data::Object::Plugin'; package main; my $plugin = Plugin->new; DESCRIPTIONThis package provides an abstract base class for defining plugin classes.METHODSThis package implements the following methods:executeexecute() : Any The execute method is the main method and entrypoint for plugin classes.
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-plugin/blob/master/LICENSE>. PROJECTWiki <https://github.com/iamalnewkirk/data-object-plugin/wiki>Project <https://github.com/iamalnewkirk/data-object-plugin> Initiatives <https://github.com/iamalnewkirk/data-object-plugin/projects> Milestones <https://github.com/iamalnewkirk/data-object-plugin/milestones> Contributing <https://github.com/iamalnewkirk/data-object-plugin/blob/master/CONTRIBUTE.md> Issues <https://github.com/iamalnewkirk/data-object-plugin/issues>
|