stas 2003/08/14 12:16:33 Modified: src/docs/2.0/api/Apache Reload.pod Log: cleanup Revision Changes Path 1.5 +2 -3 modperl-docs/src/docs/2.0/api/Apache/Reload.pod Index: Reload.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/Apache/Reload.pod,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- Reload.pod 14 Aug 2003 19:11:18 -0000 1.4 +++ Reload.pod 14 Aug 2003 19:16:33 -0000 1.5 @@ -231,7 +231,7 @@ C<L<ModPerl::Registry|docs::2.0::api::ModPerl::Registry>> but not C<L<ModPerl::PerlRun|docs::2.0::api::ModPerl::PerlRun>>. -=head3 The problem +=head3 The Problem Let's say that there is a module C<My::Utils>: @@ -268,7 +268,7 @@ the color is white -=head3 The explanation +=head3 The Explanation Even though F<My/Utils.pm> was reloaded, C<ModPerl::Registry>'s cached code won't run 'C<use My::Utils;>' again (since it happens only once, @@ -283,7 +283,6 @@ print "Content-type: text/plain\n\n"; my $sub_int = \&colour; my $sub_ext = \&My::Utils::colour; - print "Content-type: text/plain\n\n"; print "int $sub_int\n"; print "ext $sub_ext\n";
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]