NAME
Data::Object::Plugin
ABSTRACT
Plugin Class for Perl 5
SYNOPSIS
package Plugin;
use Data::Object::Class;
extends 'Data::Object::Plugin';
package main;
my $plugin = Plugin->new;
DESCRIPTION
This package provides an abstract base class for defining plugin classes.
METHODS
This package implements the following methods:
execute
execute() : Any
The execute method is the main method and entrypoint for plugin classes.
AUTHOR
Al Newkirk, awncorp@cpan.org
LICENSE
Copyright (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".