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