Michael Scott (via RT) <[EMAIL PROTECTED]> writes:
> PIO_parse_open_flags thinks that "<" is the same as "<". This
> could lead to errors such as using "<<" instead of ">>".
I solved the problem with a different patch. Your solution was not
easily extendeble with the planned but not impl
# New Ticket Created by Michael Scott
# Please include the string: [perl #24038]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt2/Ticket/Display.html?id=24038 >
PIO_parse_open_flags thinks that "<" is the same as "<". This
could lead to er