ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
apache_mod_perl-101~38::mod_perl-2.0.101~8::mod_perl.0.2::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 .= "\nmydist : manifest tardist\n"; 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.8.8 apache_mod_-108::mod_perl-2.0.2::docs::api::ModPerl::BuildMM(3) |
|