パッケージ: libtest-database-perl (1.113-2)
libtest-database-perl に関するリンク
Debian の資源:
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]
メンテナ:
外部の資源:
- ホームページ [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 作の実用的な抽出とレポート用の言語
-
- sug: libdbd-csv-perl
- DBI driver for CSV files
-
- sug: libdbd-sqlite3-perl
- Perl DBI driver with a self-contained RDBMS