~ubuntu-branches/ubuntu/feisty/libapache2-mod-perl2/feisty-security

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2004-08-19 06:23:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040819062348-jxl4koqbtvgm8v2t
Tags: 1.99.14-4
Remove the LFS CFLAGS, and build-dep against apache2-*-dev (>= 2.0.50-10)
as we're backing out of the apache2/apr ABI transition.

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
 
125
125
default: rewrite_shebang()
126
126
 
127
 
=item * set_script_name()
 
127
=item * get_script_name()
128
128
 
129
 
default: set_script_name()
 
129
default: get_script_name()
130
130
 
131
131
=item * chdir_file()
132
132
 
254
254
 
255
255
=head1 See Also
256
256
 
257
 
C<L<ModPerl::Registry>>, C<L<ModPerl::RegistryBB>>,
258
 
C<L<ModPerl::PerlRun>>, Apache(3), mod_perl(3)
 
257
C<L<ModPerl::Registry|docs::2.0::api::ModPerl::Registry>>,
 
258
C<L<ModPerl::RegistryBB|docs::2.0::api::ModPerl::RegistryBB>> and
 
259
C<L<ModPerl::PerlRun|docs::2.0::api::ModPerl::PerlRun>>.
259
260
 
260
261
=cut