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