NAME
Rose::DBx::TestDB - test Rose::DB::Object modules
SYNOPSIS
use Rose::DBx::TestDB;
my $db = Rose::DBx::TestDB->new;
# do something with $db
exit;
# END block will automatically clean up all temp db files
METHODS
new
Returns a new Rose::DB object using a temp sqlite database.
AUTHOR
Peter Karman, <perl at peknet.com>
BUGS
Please report any bugs or feature requests to bug-rose-dbx-testdb at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Rose-DBx-TestDB. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Rose::DBx::TestDB
You can also look for information at:
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
RT: CPAN's request tracker
Search CPAN
ACKNOWLEDGEMENTS
Inspired by DBICx::TestDatabase.
COPYRIGHT & LICENSE
Copyright 2007 Peter Karman, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.