This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: no <Module> <version>; (was Re: Backwards Compatibility wrt: open(FILE,">",\...
[perl5.git] / pod / perlfunc.pod
index 1a17981..04fee2d 100644 (file)
@@ -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.
 
 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 LIST
 
+=item no Module
+
 See the L</use> function, which C<no> is the opposite of.
 
 =item oct EXPR
 See the L</use> function, which C<no> is the opposite of.
 
 =item oct EXPR