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::perlrun(3) - mojave
modperl::registryloader(3) - mojave
modperl::mm(3) - mojave
modperl::util(3) - mojave
modperl::mm(3pm) - debian
Similar Topics in the Unix Linux Community
Instructions to Clear Data Cache in Safari, Chrome, Firefox, Opera Browsers (Pictures)
Shopt -s histappend
Cannot extract libraries using sed
Python 3.8.0rc1 released.
[BASH] eval command not expanding variables as expected.