Matt S Trout wrote: > foo = 'yay' AND bar LIKE 'wooho%' > > becoming > > [ -op, 'AND', > [ -op, '=', [ -name, 'foo' ], [ -bind, 'yay' ] ], > [ -op, 'LIKE', [ -name, 'bar' ], [ -bind, 'wooho%' ] ], > ],
Would it hurt *that* much to bless these fragments, to make it easier in places? Sam. _______________________________________________ List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class Wiki: http://dbix-class.shadowcatsystems.co.uk/ IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/ Searchable Archive: http://www.mail-archive.com/[email protected]/
