Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
ZeroMinx
on May 29, 2012
|
parent
|
context
|
favorite
| on:
Why I Use Perl: Reliability
I do Perl on a daily basis, and I can't remember when I last blessed a ref.
use Moose;
irahul
on May 29, 2012
|
next
[–]
Do you use Moose, or MooseX::Declare? Moose has a startup penalty, but when I am willing to accept that, I would rather use declare extensions as well.
iloveponies
on May 29, 2012
|
parent
|
next
[–]
If the startup penalty is such a concern, There is Moo. And Mo. And M. Or failing that tools like Class::Accessor.
einhverfr
on May 30, 2012
|
prev
[–]
I bless refs occasionally but not often. Maybe sometime I will get out of the habit but yeah Moose rocks in general.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
use Moose;