diff options
author | miwi <miwi@FreeBSD.org> | 2008-10-24 17:30:41 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-10-24 17:30:41 +0800 |
commit | cea512e85a94bc332a301f659996c9d138a74197 (patch) | |
tree | 35ae65ca9095669603c2ae05047e42e26a3200f6 /databases/Makefile | |
parent | f3f135d2697289bfe8159eddba281abedc6d6d5d (diff) | |
download | freebsd-ports-gnome-cea512e85a94bc332a301f659996c9d138a74197.tar.gz freebsd-ports-gnome-cea512e85a94bc332a301f659996c9d138a74197.tar.zst freebsd-ports-gnome-cea512e85a94bc332a301f659996c9d138a74197.zip |
The Perl 5 module DBICx::TestDatabase creates a temporary SQLite
database, deploys your DBIC schema, and then connects to it. This
lets you easily test your DBIC schema. Since you have a fresh
database for every test, you don't have to worry about cleaning up
after your tests, ordering of tests affecting failure, etc.
WWW: http://search.cpan.org/dist/DBICx-TestDatabase/
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 86ef8b205785..35fbca6c63c6 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -270,6 +270,7 @@ SUBDIR += p5-DBD-mysql60 SUBDIR += p5-DBI SUBDIR += p5-DBI-Shell + SUBDIR += p5-DBICx-TestDatabase SUBDIR += p5-DBIWrapper SUBDIR += p5-DBIx-Abstract SUBDIR += p5-DBIx-AnyDBD |