Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
9 lines
392 B
Text
9 lines
392 B
Text
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.
|
|
|
|
Test::Database provides a simple way for test authors to request
|
|
a test database, without worrying about environment variables or the
|
|
test host configuration.
|
|
|
|
WWW: http://search.cpan.org/dist/Test-Database/
|