From: Rafael Garcia-Suarez Date: Fri, 19 Apr 2002 20:52:19 +0000 (+0000) Subject: Add a BUGS sections to O.pm X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5509ee69e5ed78cd9f804a7da370b032b4c7ae1e;p=p5sagit%2Fp5-mst-13.2.git Add a BUGS sections to O.pm p4raw-id: //depot/perl@16010 --- diff --git a/ext/B/O.pm b/ext/B/O.pm index 0cdf436..7012c36 100644 --- a/ext/B/O.pm +++ b/ext/B/O.pm @@ -131,6 +131,12 @@ After the user's program is loaded and parsed, that returned sub ref is invoked which can then go ahead and do the compilation, usually by making use of the C module's functionality. +=head1 BUGS + +The C<-q> and C<-qq> options don't work correctly if perl isn't +compiled with PerlIO support : STDOUT will be closed instead of being +redirected to C<$O::BEGIN_output>. + =head1 AUTHOR Malcolm Beattie, C