Erm. -u may have been superseded by the bytecode generator, but
Nicholas Clark [Sat, 25 Aug 2007 22:05:55 +0000 (22:05 +0000)]
we've recently removed it, having never let it pass beyond
"experimental" status. So this paragraph is now wrong, although it's
not clear what we do recommend in place of -u.

p4raw-id: //depot/perl@31755

pod/perlrun.pod

index c10da01..2d78097 100644 (file)
@@ -869,10 +869,6 @@ execute a portion of your program before dumping, use the dump()
 operator instead.  Note: availability of B<undump> is platform
 specific and may not be available for a specific port of Perl.
 
-This switch has been superseded in favor of the new Perl code
-generator backends to the compiler.  See L<B> and L<B::Bytecode>
-for details.
-
 =item B<-U>
 X<-U>