http://www.perlmonks.org?node_id=1016056


in reply to Re: Class::DBIx is driving me to drink!
in thread Class::DBIx is driving me to drink!

That's some neat stuff.

One thing I'm not sure about though:

use Test::More; use strict; use warnings; use Test::DBIx::Class qw(:resultsets); ## Your testing code below ## ## Your testing code above ## done_testing;
How in the world does Test::DBIx::Class know to look for the result sets? PFM?


Peter L. Berghold -- Unix Professional
Peter -at- Berghold -dot- Net; AOL IM redcowdawg Yahoo IM: blue_cowdawg

Replies are listed 'Best First'.
Re^3: Class::DBIx is driving me to drink!
by stonecolddevin (Parson) on Feb 11, 2013 at 17:03 UTC