From: Rafael Garcia-Suarez <rgarciasuarez@gmail.com>
Date: Sun, 31 Mar 2002 22:47:31 +0000 (+0200)
Subject: Re: no <Module> <version>; (was Re: Backwards Compatibility wrt: open(FILE,">",\... 
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4a66ea5a3f06b7d87684264c54e3021d40406dc8;p=p5sagit%2Fp5-mst-13.2.git

Re: no <Module> <version>; (was Re: Backwards Compatibility wrt: open(FILE,">",\$var);)
Message-ID: <20020331224731.E854@rafael>

p4raw-id: //depot/perl@15636
---

diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index 1a17981..04fee2d 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -2652,8 +2652,14 @@ that executes once.  Thus C<next> will exit such a block early.
 See also L</continue> for an illustration of how C<last>, C<next>, and
 C<redo> work.
 
+=item no Module VERSION LIST
+
+=item no Module VERSION
+
 =item no Module LIST
 
+=item no Module
+
 See the L</use> function, which C<no> is the opposite of.
 
 =item oct EXPR