in reply to Anyone using Attribute::Default from CPAN?
I'd recommend against use of attributes in any serious program (with some exceptions, such as Catalyst). You often end up with trouble, as you've already experienced, and there's almost always better alternatives. For some of the issues with attributes, see Re: what would you like to see in perl5.12? (attributes) and Re: What's broken in Perl 5? (attributes) where I lay it out a bit.
lodin
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Anyone using Attribute::Default from CPAN?
by rovf (Priest) on Jun 06, 2008 at 08:45 UTC | |
by lodin (Hermit) on Jun 06, 2008 at 09:21 UTC | |
by rovf (Priest) on Jun 06, 2008 at 10:41 UTC |