diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2012-01-02 15:35:20 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2012-01-02 15:35:20 +0800 |
commit | 064f7f3ae08241bd47900e29ff675063024695cf (patch) | |
tree | 6b2d4a003854c84e66e32fe1bfe0c82e6ce3083e /databases/Makefile | |
parent | f2acaa800f139bdce46aa88bdc23b79555ea9556 (diff) | |
download | freebsd-ports-gnome-064f7f3ae08241bd47900e29ff675063024695cf.tar.gz freebsd-ports-gnome-064f7f3ae08241bd47900e29ff675063024695cf.tar.zst freebsd-ports-gnome-064f7f3ae08241bd47900e29ff675063024695cf.zip |
DBIx::QueryLog is logs each execution time and the actual query.
Currently, works on DBD::mysql and DBD::sqlite.
WWW: http://search.cpan.org/dist/DBIx-QueryLog/
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 eb6d21a87659..95b6d8426798 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -371,6 +371,7 @@ SUBDIR += p5-DBIx-NoSQL SUBDIR += p5-DBIx-Password SUBDIR += p5-DBIx-Perlish + SUBDIR += p5-DBIx-QueryLog SUBDIR += p5-DBIx-Recordset SUBDIR += p5-DBIx-RetryOverDisconnects SUBDIR += p5-DBIx-SQLEngine |