http://www.perlmonks.org?node_id=1089240


in reply to Re^2: Is maintaining multiple versions of a CPAN module a terrible idea?
in thread Is maintaining multiple versions of a CPAN module a terrible idea?

Good question. "When it's ready." Hopefully this year.

I don't envisage any major API changes before 1.000000. I mostly just want to improve the test suite coverage. I haven't had as much time to work on that as I might have liked, but generally speaking I've found that time spent doing this has been worthwhile in terms of finding obscure (but potentially important) bugs.

use Moops; class Cow :rw { has name => (default => 'Ermintrude') }; say Cow->new->name