From: Nick Ing-Simmons <nik@tiuk.ti.com>
Date: Tue, 29 May 2001 18:41:19 +0000 (+0000)
Subject: Post weekend integrate mainline (fails one test pragma/autouse).
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a0f7c5349d9cbdebc03bb61d0662902819c72b0d;p=p5sagit%2Fp5-mst-13.2.git

Post weekend integrate mainline (fails one test pragma/autouse).

p4raw-id: //depot/perlio@10299
---

a0f7c5349d9cbdebc03bb61d0662902819c72b0d
diff --cc pod/perlapi.pod
index ca4d5e6,b8dfd82..824ec59
--- a/pod/perlapi.pod
+++ b/pod/perlapi.pod
@@@ -318,7 -318,7 +318,7 @@@ L<perlsub/"Constant Functions">
  	SV*	cv_const_sv(CV* cv)
  
  =for hackers
--Found in file op.c
++Found in file opmini.c
  
  =item dMARK
  
@@@ -1100,7 -1100,7 +1100,7 @@@ method, similar to C<use Foo::Bar VERSI
  	void	load_module(U32 flags, SV* name, SV* ver, ...)
  
  =for hackers
--Found in file op.c
++Found in file opmini.c
  
  =item looks_like_number
  
@@@ -1239,7 -1239,7 +1239,7 @@@ eligible for inlining at compile-time
  	CV*	newCONSTSUB(HV* stash, char* name, SV* sv)
  
  =for hackers
--Found in file op.c
++Found in file opmini.c
  
  =item newHV
  
@@@ -1385,7 -1385,7 +1385,7 @@@ Found in file sv.
  Used by C<xsubpp> to hook up XSUBs as Perl subs.
  
  =for hackers
--Found in file op.c
++Found in file opmini.c
  
  =item newXSproto