package Spork::Plugin; use Spoon::Plugin -Base; our $VERSION = '0.01'; stub 'class_id'; field config => {}, -init => '$self->hub->config'; field template => {}, -init => '$self->hub->template'; field formatter => {},-init => '$self->hub->formatter'; __END__ =head1 NAME Spork::Plugin - Spork plugin base class =head1 COPYRIGHT Copyright 2005 by Kang-min Liu . This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See =cut