* fix a perlop fix from debian: http://bugs.debian.org/514814
authorbrian d foy <bdfoy@cpan.org>
Sun, 27 Dec 2009 10:01:57 +0000 (11:01 +0100)
committerbrian d foy <bdfoy@cpan.org>
Sun, 27 Dec 2009 16:41:48 +0000 (17:41 +0100)
commit5ef4d93ec97e5239010a45df06473288e04f739a
tree9aa07f2db37fbd62e0c7921c0f578555cf3cc58c
parentc670e63af2af3c154935c36a0c6fb77f614af0bd
* fix a perlop fix from debian: bugs.debian.org/514814

The original said

     C<< <I<filehandle>> >>

The italic is probably meant for "filehandle", which is a stand-in
for a concrete filehandle. The italic should not apply to the
syntax for the line input operator.

The fix turned it inside out and brought back the ugly interior
sequences:

     I< C< E<lt>filehandleE<gt> > >

It's much better without worrying about the italic face.
pod/perlop.pod