Subject: | Class::Std Issues |
Date: | Sat, 30 Jun 2007 08:11:48 -0400 |
To: | bug-class-std [...] rt.cpan.org |
From: | Stephen Vance <steve [...] vance.com> |
I've been using Class::Std for a few weeks and have found some things
that I think aren't working or at least aren't completely documented:
Steve
- The 'name' variable trait doesn't seem to work. The get_ and set_ methods weren't created.
- The 'init_arg' variable trait seems to make the argument mandatory for the constructor. This is not documented if that is what is intended.
- In combination with 'init_arg' the 'default' variable trait silences any complaints about the argument not being supplied, but also doesn't initalize the argument properly. It is always undefined. Is it being initialized from the hash where it's not supplied after the default is being set?
Steve