Skip Menu |

This queue is for tickets about the Class-XSAccessor CPAN distribution.

Report information
The Basics
Id: 46133
Status: resolved
Priority: 0/
Queue: Class-XSAccessor

People
Owner: Nobody in particular
Requestors: adamk [...] cpan.org
Cc:
AdminCc:

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



Subject: Add support for boolean accessors
Implement a boolean => { true => 1, false => 0 } option for Class::XSAccessor so that I can speed up a number of places in PPI where I make hundreds of thousands of calls to... sub foo { 1 }
Done.