Skip Menu |

This queue is for tickets about the uni-perl CPAN distribution.

Report information
The Basics
Id: 74646
Status: resolved
Priority: 0/
Queue: uni-perl

People
Owner: Nobody in particular
Requestors: 'spro^^*%*^6ut# [...] &$%*c
Cc:
AdminCc:

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



Subject: More bleadperl breakage: ${^WARNING_BITS}
In bleadperl, ${^WARNING_BITS} can sometimes be undef, so the no warnings test fails. Just change ${^WARNING_BITS} ^= ${^WARNING_BITS} ^ "\xfc\x3f\xf3\x00\x0f\xf3\xcf\xc0\xf3\xfc\x33\x03"; to ${^WARNING_BITS} = "\xfc\x3f\xf3\x00\x0f\xf3\xcf\xc0\xf3\xfc\x33\x03"; and the warning will go away. It does the same thing.
Fixed using autogeneration on make stage in v0.90