NAME
SmokeRunner::Multi::DBI - DBI helpers for SmokeRunner::Multi
VERSION
version 0.21
SYNOPSIS
my $dbh = SmokeRunner::Multi::DBI::handle();
DESCRIPTION
This module is used to create a SQLite database for SmokeRunner::Multi
.
Database Schema
The schema consists of a single table, "TestSet", which is used to store information about test sets that is not available by examining them on the filesystem. Specifically, it stores their last run time, and a flag indicating whether a set is prioritized.
FUNCTIONS
This class has one public function:
SmokeRunner::Multi::DBI::handle()
This returns a new DBI handle connected to the SQLite database found in the root directory defined in the config file.
If the database does not yet exist, it will be created.
AUTHOR
Dave Rolsky, <autarch@urth.org>
BUGS
Please report any bugs or feature requests to bug-smokerunner-multi@rt.cpan.org
, or through the web interface at http://rt.cpan.org. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
COPYRIGHT & LICENSE
Copyright 2007 LiveText, Inc., All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.
AUTHORS
Dave Rolsky <autarch@urth.org>
Yanick Champoux <yanick@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2007 by LiveText, Inc..
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.