
Rose::DBx::TestDB - test Rose::DB::Object modules

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

Returns a new Rose::DB object using a temp sqlite database.

Peter Karman, <perl at peknet.com>

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.

You can find documentation for this module with the perldoc command.
perldoc Rose::DBx::TestDB
You can also look for information at:

Inspired by DBICx::TestDatabase.

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.