summaryrefslogtreecommitdiff
path: root/pod/perlrun.pod
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-08-25 22:05:55 +0000
committerNicholas Clark <nick@ccl4.org>2007-08-25 22:05:55 +0000
commitfc02eb946e1e7a9b4e4e2e9ab16b4202d5094d30 (patch)
tree177f9bfb6fd2351100eb5b3946a3097429d60fe9 /pod/perlrun.pod
parentfed0ca7f5100fe80067cf8ec5732417aa7f8f903 (diff)
downloadperl-fc02eb946e1e7a9b4e4e2e9ab16b4202d5094d30.tar.gz
Erm. -u may have been superseded by the bytecode generator, but
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
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r--pod/perlrun.pod4
1 files changed, 0 insertions, 4 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod
index c10da01ba6..2d78097cf0 100644
--- a/pod/perlrun.pod
+++ b/pod/perlrun.pod
@@ -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>