NAME
Net::SinFP3::Next - base class for Next objects
SYNOPSIS
use base qw(Net::SinFP3::Next);
# Your Next module code
DESCRIPTION
This is the base class for all Net::SinFP3::Next objects. When a Net::SinFP3::Input plugin run method is ran, it returns either a single Net::SinFP3::Next object or an arrayref of Net::SinFP3::Next objects.
Then, the main Net::SinFP3 loop is ran against each of these Net::SinFP3::Next objects.
ATTRIBUTES
- global (Net::SinFP3::Global)
-
The global object containing global parameters and pointers to currently executing plugins.
METHODS
- new (%hash)
-
Object constructor. You must give it the following attributes: global.
- print ()
-
Return a string containing identification data for this object.
AUTHOR
Patrice <GomoR> Auffret
COPYRIGHT AND LICENSE
Copyright (c) 2011-2012, Patrice <GomoR> Auffret
You may distribute this module under the terms of the Artistic license. See LICENSE.Artistic file in the source distribution archive.