diff options
author | sem <sem@FreeBSD.org> | 2005-10-21 04:46:41 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-10-21 04:46:41 +0800 |
commit | aa10a337aa842f20b831326d25810fbbac9e5475 (patch) | |
tree | 014979669d97858dbe6a8dd615c1eb147c9a6f6c /databases/Makefile | |
parent | 213e5c92ab6cc21208e2c86f66ccd43882d03109 (diff) | |
download | freebsd-ports-gnome-aa10a337aa842f20b831326d25810fbbac9e5475.tar.gz freebsd-ports-gnome-aa10a337aa842f20b831326d25810fbbac9e5475.tar.zst freebsd-ports-gnome-aa10a337aa842f20b831326d25810fbbac9e5475.zip |
This module offers a set of DBI-specific exception classes.
Essentially it allows try {} catch{} within perl for database errors.
PR: ports/87491
Submitted by: Rod Taylor <ports@rbt.ca>
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 361014aa6d6a..871e9746170e 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -209,6 +209,7 @@ SUBDIR += p5-DBZ_File SUBDIR += p5-DWH_File SUBDIR += p5-Data-Page + SUBDIR += p5-Exception-Class-DBI SUBDIR += p5-GDBM SUBDIR += p5-GraphViz-DBI SUBDIR += p5-Ima-DBI |