Skip Menu |

This queue is for tickets about the Module-Build CPAN distribution.

Report information
The Basics
Id: 14912
Status: resolved
Priority: 0/
Queue: Module-Build

People
Owner: Nobody in particular
Requestors: william [...] knowmad.com
Cc:
AdminCc:

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



Subject: Access to properties of current object
Hi Ken, While trying to subclass M::B, I've come across the need to access the properties of the current builder object. I can do this by breaking into the object's private data. It'd be nice to have a properties() or property() method which I could call to retrieve data from this hash. Thanks, William
Hi William, The various items in the properties hash should be available by accessor methods so you wouldn't need to get access to $self->{properties} itself. Or do you need to access them in some other way? -Ken