The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Dist::Release::Step::Builder - builder-specific step parent class

DESCRIPTION

This class is meant to be used as the base class of builder-dependent steps, so that when the step is called, its actions are automagically dispatched to the sub-step associated with the builder used by the distribution.

More clearly, assuming the generic step is called DoStuff, if 'Module::Build' is used then the step module DoStuff::Build is going to be used. If it's 'MakeMaker', then it's going to be the module DoStuff::MakeMaker.

SUPPORTED BUILDERS

See the builders recognized by "builder" in Dist::Release.

version

This documentation refers to Dist::Release version 0.0_1.

AUTHOR

Yanick Champoux, <yanick@cpan.org>.

LICENSE AND COPYRIGHT

Copyright (c) 2008 Yanick Champoux (<yanick@cpan.org>). All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.