summaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-06-07 10:44:40 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-06-07 10:44:40 +0000
commit4a1c0ea7a29e518fe7777b592d0b11c296aa469d (patch)
tree78628504562d837337d10b91d44dd333396460cc /databases/Makefile
parent- Update to 2.1.2 (diff)
This is a simple module for doing very very simple quick tests on a
database, primarily designed to test if a row exists with the correct details in a table or not. For more advanced testing (joins, etc) it's probably easier for you to roll your own tests by hand than use this module. WWW: http://search.cpan.org/~mark/Test-DatabaseRow-1.04/ PR: ports/98608 Submitted by: Joshua D. Abraham <jabra@ccs.neu.edu>
Notes
Notes: svn path=/head/; revision=164690
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 b8c19946cb1a..22b1455b7f23 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -271,6 +271,7 @@
SUBDIR += p5-Search-Xapian
SUBDIR += p5-T2
SUBDIR += p5-Tangram
+ SUBDIR += p5-Test-DatabaseRow
SUBDIR += p5-Text-Query-SQL
SUBDIR += p5-Tie-DBI
SUBDIR += p5-Time-Piece-MySQL