~ubuntu-branches/ubuntu/edgy/libapache2-mod-perl2/edgy

« back to all changes in this revision

Viewing changes to docs/api/ModPerl/MM.pod

  • Committer: Bazaar Package Importer
  • Author(s): Andres Salomon
  • Date: 2005-08-12 01:40:38 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050812014038-gjigefs55pqx4qc8
Tags: 2.0.1-3
Grr.  Really include perl.conf file; it got lost due to diff not
wanting to add an empty file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
 
80
80
C<ModPerl::MM> overrides the following methods:
81
81
 
82
 
=head2 C<ModPerl::MM::MY::constants>
83
 
 
84
 
This method makes sure that everything gets installed relative to the
85
 
C<Apache2/> subdir if C<MP_INST_APACHE2=1> was used to build mod_perl
86
 
2.0.
87
 
 
88
82
=head2 C<ModPerl::MM::MY::post_initialize>
89
83
 
90
 
This method makes sure that everything gets installed relative to the
91
 
C<Apache2/> subdir if C<MP_INST_APACHE2=1> was used to build mod_perl
92
 
2.0.
 
84
This method is deprecated.
93
85
 
94
86
=head1 C<WriteMakefile()> Default Arguments
95
87
 
152
144
 
153
145
  macro => { MOD_INSTALL => ... }
154
146
 
155
 
arranges for modules to be installed under the subdir I<Apache2/> if
156
 
mod_perl was built with C<MP_INST_APACHE2=1>.
 
147
makes sure that Apache-Test/ is added to @INC.
157
148
 
158
149
=head1 Public API
159
150