mojave man page for modperl::buildmm

Query: modperl::buildmm

OS: mojave

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

install::TempContent::Objects::mod_perl-2.0.9::docs::apiUserdContribuinstall::TempContent::Objects::mod_perl-2.0.9::docs::api::ModPerl::BuildMM(3)

NAME
ModPerl::BuildMM -- A "subclass" of ModPerl::MM used for building mod_perl 2.0
SYNOPSIS
use ModPerl::BuildMM; # ModPerl::BuildMM takes care of doing all the dirty job of overriding ModPerl::BuildMM::WriteMakefile(...); # if there is a need to extend the methods sub MY::postamble { my $self = shift; my $string = $self->ModPerl::BuildMM::MY::postamble; $string .= " mydist : manifest tardist "; return $string; }
DESCRIPTION
"ModPerl::BuildMM" is a "subclass" of "ModPerl::MM" used for building mod_perl 2.0. Refer to "ModPerl::MM" manpage.
OVERRIDEN METHODS
"ModPerl::BuildMM" overrides the following methods: "ModPerl::BuildMM::MY::constants" "ModPerl::BuildMM::MY::top_targets" "ModPerl::BuildMM::MY::postamble" "ModPerl::BuildMM::MY::post_initialize" "ModPerl::BuildMM::MY::libscan" perl v5.18.2 2install::TempContent::Objects::mod_perl-2.0.9::docs::api::ModPerl::BuildMM(3)
Related Man Pages
modperl::registryloader(3) - mojave
modperl::registrycooker(3) - mojave
modperl::mm(3pm) - debian
modperl::perlrun(3pm) - debian
modperl::util(3pm) - debian
Similar Topics in the Unix Linux Community
12-Core MacPro (2013) kernel_task over 1200%
Cannot extract libraries using sed
My first PERL incarnation... Audio Oscillograph
How can I direct messages from mac console.app to a log file?