Add a BUGS sections to O.pm
Rafael Garcia-Suarez [Fri, 19 Apr 2002 20:52:19 +0000 (20:52 +0000)]
p4raw-id: //depot/perl@16010

ext/B/O.pm

index 0cdf436..7012c36 100644 (file)
@@ -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<B> 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<mbeattie@sable.ox.ac.uk>