http://qs321.pair.com?node_id=690501


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