aboutsummaryrefslogtreecommitdiffstats
path: root/databases/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-10-24 17:30:41 +0800
committermiwi <miwi@FreeBSD.org>2008-10-24 17:30:41 +0800
commitcea512e85a94bc332a301f659996c9d138a74197 (patch)
tree35ae65ca9095669603c2ae05047e42e26a3200f6 /databases/Makefile
parentf3f135d2697289bfe8159eddba281abedc6d6d5d (diff)
downloadfreebsd-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/Makefile1
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