in reply to Re^6: method chaining fails where separate method calls succeed in DBIx::Simple (Moose)
in thread method chaining fails where separate method calls succeed in DBIx::Simple
For example, try replacing Moose with Mouse and see if the problem still exists.Mouse does build on Strawberry Perl 5.10. Moo does, but default values must be a sub ref so I rewrote that part of the test. Also apparently Mouse does use some XS, whereas Moo does not.
And with Moo, the problem still exists. Here is the new code.
-- Terence Parr, "Enforcing Strict Model View Separation in Template Engines"
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^8: method chaining fails where separate method calls succeed in DBIx::Simple (lifecycle)
by tye (Sage) on Aug 16, 2011 at 22:12 UTC | |
by Juerd (Abbot) on Aug 31, 2011 at 14:26 UTC | |
by tye (Sage) on Aug 31, 2011 at 15:02 UTC | |
by metaperl (Curate) on Aug 31, 2011 at 15:18 UTC | |
by Juerd (Abbot) on Aug 31, 2011 at 23:01 UTC | |
by metaperl (Curate) on Aug 17, 2011 at 15:48 UTC |