|
|
| XP is just a number | |
| PerlMonks |
Re^2: A brief survey of the DBI usability layer modules on the CPANby Aristotle (Chancellor) |
| on Jun 22, 2007 at 06:52 UTC ( #622731=note: print w/ replies, xml ) | Need Help?? |
|
Well, that sentence was mostly a disclaimer, because sometimes you find these great modules that turn out to be not so great once you try them in anger. I haven’t had such problems with DBIx::Simple – it turned out to be just as nice to use as expected. There is just one monkeypatch in my code that I’d like to see as part of the module itself:
This isn’t for any fault of DBIx::Simple’s, it’s just because of the fact that method calls in Template Toolkit are always in list context. DBIx::Class added a scalar-context-only variant of its search method called search_rs to deal with the same problem. Makeshifts last the longest.
In Section
Meditations
|
|
||||||||||||||||||||||||