[Debian bug #180803] diff -aur perl-5.8.0.orig/pod/perlcompile.pod perl-5.8.0/pod/perlcompile.pod --- perl-5.8.0.orig/pod/perlcompile.pod 2002-06-02 03:03:37.000000000 +1000 +++ perl-5.8.0/pod/perlcompile.pod 2003-02-16 21:02:12.000000000 +1100 @@ -236,9 +236,9 @@ this functionality. To turn a Perl program into executable byte code, you can use C<perlcc> -with the C<-b> switch: +with the C<-B> switch: - perlcc -b myperlprogram.pl + perlcc -B myperlprogram.pl The byte code is machine independent, so once you have a compiled module or program, it is as portable as Perl source (assuming thatThread Next