GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Module::Setup::Plugin(3) User Contributed Perl Documentation Module::Setup::Plugin(3)

Module::Setup::Plugin - Module::Setup Plugin

config setup Module::Setup::Plugin::Config::Basic

module attribute setup Module::Setup::Plugin::VC::SVN

template parameters setup

add module template file for new module Module::Setup::Plugin::VC::Git

for template process Module::Setup::Plugin::Template

for distribute path rewrite phase

  for test L<Module::Setup::Plugin::Test::Makefile>

after create_skeleton

last trigger of run method on skeleton directory

last hook of run method Module::Setup::Plugin::VC::SVK

~/.module-setup/flavor/myflavor/plugins/plugin.pm package MyFlavor::Plugin; use strict; use warnings; use base 'Module::Setup::Plugin';

  sub register {
      my($self, ) = @_;
      $self->add_trigger( check_skeleton_directory => \&check_skeleton_directory );
  }

  sub check_skeleton_directory {
      my $self = shift;
  }

~/.module-setup/flavor/myflavor/config.yaml

  config:
    plugins:
      - Config::Basic
      - VC::SVN
      - Template
      - Test::Makefile
      - +MyFlavor::Plugin

or command option

  $ module-setup --plugin=+MyFlavor::Plugin New::Module
2010-02-08 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.