-
-
07 May 2013 08:45:36 UTC
- Distribution: Module-Build-Pluggable
- Module version: 0.10
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (13117 / 30 / 8)
- Kwalitee
Bus factor: 1- 68.88% Coverage
- License: perl_5
- Perl: v5.8.1
- Activity
24 month- Tools
- Download (16.24KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 2 contributors-
Tokuhiro Matsuno
-
tokuhirom
NAME
Module::Build::Pluggable - Module::Build meets plugins
SYNOPSIS
use Module::Build::Pluggable ( 'Repository', 'ReadmeMarkdownFromPod', 'PPPort', ); my $builder = Module::Build::Pluggable->new( ... # normal M::B args ); $builder->create_build_script();
DESCRIPTION
Module::Build::Pluggable adds pluggability for Module::Build.
HOW CAN I WRITE MY OWN PLUGIN?
Module::Build::Pluggable call HOOK_prepare on preparing arguments for
Module::Build->new
, HOOK_configure on configuration step, and HOOK_build on build step.That's all.
And if you want a help, you can use Module::Build::Pluggable::Base as base class.
AUTHOR
Tokuhiro Matsuno <tokuhirom AAJKLFJEF@ GMAIL COM>
SEE ALSO
This module built on Module::Build.
LICENSE
Copyright (C) Tokuhiro Matsuno
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install Module::Build::Pluggable, copy and paste the appropriate command in to your terminal.
cpanm Module::Build::Pluggable
perl -MCPAN -e shell install Module::Build::Pluggable
For more information on module installation, please visit the detailed CPAN module installation guide.