
aprime at apache
Feb 14, 2009, 6:29 PM
Post #1 of 1
(639 views)
Permalink
|
|
svn commit: r744600 - /perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/Registry.pod
|
|
Author: aprime Date: Sun Feb 15 02:29:43 2009 New Revision: 744600 URL: http://svn.apache.org/viewvc?rev=744600&view=rev Log: Added a link from the Registry page to the general perl reference page suggested in this thread: http://marc.info/?t=120844751900009&r=1&w=2 Modified: perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/Registry.pod Modified: perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/Registry.pod URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/Registry.pod?rev=744600&r1=744599&r2=744600&view=diff ============================================================================== --- perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/Registry.pod (original) +++ perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/Registry.pod Sun Feb 15 02:29:43 2009 @@ -168,7 +168,8 @@ cleaning out the entire process space. Many times you have heard "always use C<-w>, always use C<-w> and 'use strict'". This is more important here than anywhere else! - +Some other important caveats to keep in mind are discussed on the +L<Perl Reference|docs::general::perl_reference::perl_reference> page. =head1 Authors --------------------------------------------------------------------- To unsubscribe, e-mail: docs-cvs-unsubscribe[at]perl.apache.org For additional commands, e-mail: docs-cvs-help[at]perl.apache.org
|