Why not adopt me?
NAME
Perl::ToPerl6::Module::Build - Customization of Module::Build for Perl::ToPerl6.
DESCRIPTION
This is a custom subclass of Module::Build (actually, Perl::ToPerl6::Module::Build::Standard) that enhances existing functionality and adds more for the benefit of installing and developing Perl::ToPerl6. The following actions have been added or redefined:
ACTIONS
- transformersummary
-
Generates the TransformerSummary.pod file. This should only be used by
Perl::ToPerl6developers. This action is also invoked by theauthortestaction, so the TransformerSummary.pod file will be generated whenever you create a distribution with thedistordistdirtargets. - nytprof
-
Runs perlmogrify under the Devel::NYTProf profiler and generates an HTML report in nytprof/index.html.
AUTHOR
Elliot Shank <perl@galumph.com>
COPYRIGHT
Copyright (c) 2007-2011 Elliot Shank.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of this license can be found in the LICENSE file included with this module.