Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the B-C CPAN distribution.

Report information
The Basics
Id: 80052
Status: resolved
Priority: 0/
Queue: B-C

People
Owner: Nobody in particular
Requestors: adrian [...] noisy.reservoirteam.com
Cc: jkeenan [...] cpan.org
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



CC: jkeenan [...] cpan.org
Subject: [RT 7006]: perl -MO=Bytecode doesn't work with IO::Select
B-C maintainers: On the recommendation of Father C., I am moving this old rt.perl.org ticket to rt.cpan.org. There are four sub-issues, each of which appears to deal with the interaction of Bytecode and IO::Select. Please see attachment. --Jim Keenan
Subject: rt7006.txt

Message body is not shown because it is too large.

This was fixed a few years ago. $ perlcc -B -r -e'use IO::Select; my $x = IO::Select -> new(); print q(ok)' ok -- Reini Urban