diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-05-01 21:42:51 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-05-01 21:42:51 +0000 |
commit | b79a0bbfeb0883630dd683180969b178ab5236e6 (patch) | |
tree | 7a5e7ddd1d6e19b23410a37a7379439e50967fe2 /databases/Makefile | |
parent | 0236bd0955ed1c2fa42616108bb3efe39fc9fd0c (diff) |
DBIx::Class::QueryLog logs each transaction and query executed so you can
analyze what happened in the session.
WWW: http://search.cpan.org/dist/DBIx-Class-QueryLog/
PR: ports/134095
Submitted by: Andrey Kostenko <andrey at kostenko.name>
Notes
Notes:
svn path=/head/; revision=233109
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 7cb1c5c46b45..6f4c992162ee 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -303,6 +303,7 @@ SUBDIR += p5-DBIx-Class-InflateColumn-IP SUBDIR += p5-DBIx-Class-IntrospectableM2M SUBDIR += p5-DBIx-Class-Loader + SUBDIR += p5-DBIx-Class-QueryLog SUBDIR += p5-DBIx-Class-ResultSet-RecursiveUpdate SUBDIR += p5-DBIx-Class-Schema-Loader SUBDIR += p5-DBIx-Class-TimeStamp |