Now with class data support:
package Universe;
use Class::BuildMethods
pi => {
class_data => 1,
default => 3.1415927
};
new() generation for Class::BuildMethods
collin on 2006-11-23T21:22:51
(Didn't want to put this in RT, since that seems to be only for bugs)
I've worked up a patch against Class::BuildMethods 0.20 that enables it to emit proper new() methods for C::BM-based classes. You can find a patch and test file in
http://oakwinter.com/upload/ovid/.
My email address should be available from my u.p.org profile, if you have questions or comments.
Thanks,
Collin Winter