软件包: libtest-database-perl (1.113-2)
libtest-database-perl 的相关链接
Trisquel 的资源:
下载源码包 libtest-database-perl:
- [libtest-database-perl_1.113-2.dsc]
- [libtest-database-perl_1.113.orig.tar.gz]
- [libtest-database-perl_1.113-2.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Perl Group (Mail Archive)
- gregor herrmann
外部的资源:
- 主页 [metacpan.org]
相似软件包:
support for testing against multiple unspecified databases
From the perspective of a module author, this allows you to write tests against a datbase without knowing precisely which databases will be used. You call Test::Database->handles() and you get a number of DBI handles against which you can run your tests. You can specify which Databases you are willing to support.
From the perspective of someone installing a perl module which uses Test::Database, you put a config file in your home directory which explains how to connect to non-file based databases. File based databases do not normally needed configuration so long as the DBD driver is available.
其他与 libtest-database-perl 有关的软件包
|
|
|
-
- dep: libdbi-perl
- Perl Database Interface (DBI)
-
- dep: libfile-homedir-perl
- Perl module for finding user directories across platforms
-
- dep: libyaml-tiny-perl
- Perl module for reading and writing YAML files
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language
-
- sug: libdbd-csv-perl
- DBI driver for CSV files
-
- sug: libdbd-sqlite3-perl
- Perl DBI driver with a self-contained RDBMS