ModPerl::BuildMM 2.0.2 review
DownloadModPerl::BuildMM is a "subclass" of ModPerl::MM used for building mod_perl 2.0. SYNOPSIS use ModPerl::BuildMM; # ModPe
|
|
ModPerl::BuildMM is 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 tardistn";
return $string;
}
ModPerl::BuildMM is a "subclass" of ModPerl::MM used for building mod_perl 2.0. Refer to ModPerl::MM manpage.
Requirements:
Perl
ModPerl::BuildMM 2.0.2 keywords