develooper Front page | perl.perl5.porters | Postings from February 2003

[doc patch] perlapi.pod's ref to Perl_load_module

Thread Next
From:
Stas Bekman
Date:
February 28, 2003 20:35
Subject:
[doc patch] perlapi.pod's ref to Perl_load_module
Message ID:
3E603830.3050406@stason.org
perlapi.pod advertises the load_module function, not Perl_load_module. Though 
it refers to Perl_load_module the require_pv() section. Shouldn't it be always
consistent and refer to load_module()?

If so, please apply the following patch:

--- perlapi.pod.orig    2003-03-01 15:26:33.000000000 +1100
+++ perlapi.pod 2003-03-01 15:31:15.000000000 +1100
@@ -687,7 +687,7 @@

  Tells Perl to C<require> the file named by the string argument.  It is
  analogous to the Perl code C<eval "require '$file'">.  It's even
-implemented that way; consider using Perl_load_module instead.
+implemented that way; consider using load_module instead.

  NOTE: the perl_ form of this function is deprecated.



__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About