NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Docs (Score:1)
However, the docs and synopsis need to cover "new" (if it is special somehow, how to define/redefine, if there is any support for default property values via named params (or not), how it looks on the using side, etc).
Re:Docs (Score:1)
Yeah, lack of comprehensive docs are the biggest problem with Moose at this moment. I have been pondering a Moose::Cookbook for the next release, which should help. But for now, the first five tests are the best documentation (001-005)_basic.t.
But to answer your questions ...
- if it is special somehow
- how to define/redefine
- if there is any support for default property values via named params (or not)
- how it looks on the using side
For the most part it works as &new will work in Perl 6.-- Stevan
Reply to This
Parent