On Fri, Oct 06, 2006 at 03:46:29PM -0400, Clayton Scott wrote: > On 10/5/06, Evan A. Zacks <[EMAIL PROTECTED]> wrote: > >I am considering adding some DBI tests to the test suite > >(optional, based on the presence of DBD::CSV or maybe SQLite) > >that can exercise this code. > > DBD::DBM ships with the DBI so you could rely on it being available > as long as DBI is installed.
Thank you for this suggestion. I ended up using DBD::Sponge to generate a statement handle on which fetchall_arrayref could be called. CGI::Application::Plugin::Output::XSV 0.9_02 was uploaded to CPAN last night. You can download it here if it hasn't reached your favorite mirror yet: http://www.zacks.org/cgiapp-xsv/ This development release adds support for using an iterator to generate each row of data rather than a precomputed list. Comments and suggestions are welcome. Thanks, -E --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
