With regards to Moose vs. Mouse, I just tested the code I wrote @ work
with it like this:

find ./lib -name *.pm -exec sed -i -e 's/Moose/Mouse/' {} \;

...and it Just Plain Worked, with no tweaking required!

This code is using roles, attribute traits, type constraints, method
modifiers, and other bits of Moose Magick... However, I don't muck
about with meta at all. (one should try to avoid doing so whenever
possible anyhow)

My verdict? Mouse is sufficiently awesome for me! (and seems to also
be *much* faster!)


-- 
-- Steve Scaffidi <[email protected]>

_______________________________________________
Boston-pm mailing list
[email protected]
http://mail.pm.org/mailman/listinfo/boston-pm

Reply via email to