develooper Front page | perl.perl5.porters | Postings from February 2003

[PATCH] 5.8.0: typo in pod/perlcompile.pod

Thread Next
From:
Brendan O'Dea
Date:
February 16, 2003 13:00
Subject:
[PATCH] 5.8.0: typo in pod/perlcompile.pod
Message ID:
20030216100923.GA29761@londo.c47.org
[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 that

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About