Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/book/test-database
Perl extension to provide database handles in a test environment
https://github.com/book/test-database
Last synced: 3 months ago
JSON representation
Perl extension to provide database handles in a test environment
- Host: GitHub
- URL: https://github.com/book/test-database
- Owner: book
- Created: 2009-03-31T20:33:01.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2023-06-25T16:32:26.000Z (over 1 year ago)
- Last Synced: 2024-10-03T12:36:32.223Z (4 months ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/Test-Database/
- Size: 267 KB
- Stars: 10
- Watchers: 5
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Test-Database
There's plenty of modules which need a database, and they all have
to be configured differently and they're always a PITA when you first
install and each and every time they upgrade. -- Michael SchwernTest::Database provides a simple way for test authors to request
a test database, without worrying about environment variables or the
test host configuration.INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make installAlternatively, to install with Module::Build, you can use the following commands:
perl Build.PL
./Build
./Build test
./Build installSUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.perldoc Test::Database
You can also look for information at:
RT, CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Test-DatabaseAnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/Test-DatabaseCPAN Ratings
http://cpanratings.perl.org/d/Test-DatabaseSearch CPAN
http://search.cpan.org/dist/Test-DatabaseCOPYRIGHT
Copyright (C) 2008-2009 Philippe Bruhat (BooK)
LICENCE
This module is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.