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


Rose-DBx-TestDB documentation  | view source Contained in the Rose-DBx-TestDB distribution.

Index


NAME

Top

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

SYNOPSIS

Top

 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

Top

new

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

AUTHOR

Top

Peter Karman, <perl at peknet.com>

BUGS

Top

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

Top

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

http://annocpan.org/dist/Rose-DBx-TestDB

* CPAN Ratings

http://cpanratings.perl.org/d/Rose-DBx-TestDB

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Rose-DBx-TestDB

* Search CPAN

http://search.cpan.org/dist/Rose-DBx-TestDB

ACKNOWLEDGEMENTS

Top

Inspired by DBICx::TestDatabase.

COPYRIGHT & LICENSE

Top


Rose-DBx-TestDB documentation  | view source Contained in the Rose-DBx-TestDB distribution.