Re: implications of using Any::Moose

2009-02-28 Thread Jonathan Swartz
Upon reflection, while I appreciate the sentiment of Any::Moose, the automatic backer selection is a little scary. If an application starts using a new module or changes the order of its 'use' statements, the selection of Moose vs Mouse can change silently for all Any::Moose- based modules.

Re: implications of using Any::Moose

2009-02-28 Thread Jonathan Swartz
Yup - I realize now I was using an older version of Any::Moose. The newest one works. To be complete, I still ought to run all my tests twice, once with Mouse and once with Moose. (But it's better than testing all the combinations!) Any creative ideas on how to arrange that, beyond the ob