* Jonathan Rockway <[EMAIL PROTECTED]> [2007-05-06 14:05]:
> There's also Scalar::Defer:

That module is good when the inflation may happen in code that
you don’t control or one of *many* places in an existing
codebase. Then having some magic which lets you imbue an scalar
with laziness is useful.

But none of that is the case here. There is only one place in
which inflation can happen and it’s in a place that the M::DBI
has control over. It’s *easy* to make this code connect lazily
without the aid of any modules.

So please don’t drag in gratuitous magic.

As a bonus, your list of dependencies will be slimmer too.

Regards,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>

_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to