[sf-perl] Perl Standards / Perl Best Practices

Jonathan Swartz swartz at pobox.com
Tue Feb 23 16:31:25 PST 2010


> Quinn Weaver wrote:
>> I swear by most of that book, but I swear *at* some of the modules
>> Damian's written.  Class::Std in particular once really dorked me  
>> with
>> its lack of thread safety.  Then I graduated to Object::InsideOut,
>> and, finally (?), Moose.
>
> I have some Class::Std code that I've been meaning to port to Moose,  
> but have found the learning curve just steep-enough to discourage me  
> thus far. Any recommendations?
>

The basic Moose usage is pretty simple, I've always thought. Have you  
checked out the cookbook:

     http://search.cpan.org/~drolsky/Moose/lib/Moose/Cookbook.pod

and the manual:

     http://search.cpan.org/~drolsky/Moose-0.98/lib/Moose/Manual.pod

What in particular did you get stuck on?

Jon



More information about the SanFrancisco-pm mailing list