in reply to Re^3: Design Question - I've gone object mad!
in thread Design Question - I've gone object mad!

for (1..5000) { is(do("SELECT $_"), $_); }

Way faster than DBIx::Class's test suite too! ;)

Replies are listed 'Best First'.
Re^5: Design Question - I've gone object mad!
by Your Mother (Archbishop) on Apr 06, 2011 at 00:24 UTC

    I was guessing someone would do that. :P