diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2004-04-04 20:44:12 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2004-04-04 20:44:12 +0000 |
commit | 891528b0a7e7236cabbea2ea7cf32e523d12f63b (patch) | |
tree | 2153922d9ab74212d198f505d4f9f43fcc9a10c7 /databases/Makefile | |
parent | 30e8356dd1df98740d20d1b5099b610c9a906c8d (diff) |
Add p5-Class-DBI-Plugin-Type 0.02, determine type information for
columns.
This module allows Class::DBI-based classes to query their columns
for data type information in a database-independent manner.
WWW: http://search.cpan.org/dist/Class-DBI-Plugin-Type/
PR: ports/65147
Submitted by: Lars Thegler <lars@thegler.dk>
Notes
Notes:
svn path=/head/; revision=106151
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 b9a5be717d2e..634e9d2f2096 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -119,6 +119,7 @@ SUBDIR += p5-Class-DBI-Pager SUBDIR += p5-Class-DBI-Pg SUBDIR += p5-Class-DBI-Plugin-RetrieveAll + SUBDIR += p5-Class-DBI-Plugin-Type SUBDIR += p5-Class-DBI-Replication SUBDIR += p5-Class-DBI-SAK SUBDIR += p5-Class-DBI-SQLite |