FreePAN::Plugin - FreePAN Plugin base


FreePAN documentation Contained in the FreePAN distribution.

Index


Code Index:

NAME

Top

FreePAN::Plugin - FreePAN Plugin base

COPYRIGHT

Top


FreePAN documentation Contained in the FreePAN distribution.

package FreePAN::Plugin;
use Spoon::Plugin -Base;
our $VERSION = '0.01';
const class_title_prefix => 'FreePAN';
use Cwd qw(abs_path);
sub plugin_directory {
    abs_path($self->hub->config->base . '/' . super);
}

__END__