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>
This commit is contained in:
Martin Wilke
2009-05-01 21:42:51 +00:00
parent 0236bd0955
commit b79a0bbfeb
5 changed files with 41 additions and 0 deletions

View File

@@ -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

View File

@@ -0,0 +1,25 @@
# New ports collection makefile for: Log-Dispatch-Configurator-YAML
# Date created: 28 May 2008
# Whom: Andrey Kostenko <andrey@kostenko.name>
#
# $FreeBSD$
#
PORTNAME= DBIx-Class-QueryLog
PORTVERSION= 1.1.5
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= andrey@kostenko.name
COMMENT= Log queries for later analysis
RUN_DEPENDS= p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class \
p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= DBIx::Class::QueryLog.3 DBIx::Class::QueryLog::Query.3 DBIx::Class::QueryLog::Transaction.3 DBIx::Class::QueryLog::Analyzer.3
.include <bsd.port.mk>

View File

@@ -0,0 +1,3 @@
MD5 (DBIx-Class-QueryLog-1.1.5.tar.gz) = 6ebefdf6b7c26fa2ca667ff8005bbae7
SHA256 (DBIx-Class-QueryLog-1.1.5.tar.gz) = f9d6be6ab5785ce71791453d34cd1389d545456687cc393a373306728617cd99
SIZE (DBIx-Class-QueryLog-1.1.5.tar.gz) = 25448

View File

@@ -0,0 +1,4 @@
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/

View File

@@ -0,0 +1,8 @@
@comment $FreeBSD$
%%SITE_PERL%%/DBIx/Class/QueryLog/Analyzer.pm
%%SITE_PERL%%/DBIx/Class/QueryLog/Transaction.pm
%%SITE_PERL%%/DBIx/Class/QueryLog/Query.pm
%%SITE_PERL%%/DBIx/Class/QueryLog.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/QueryLog/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/QueryLog
@dirrmtry %%SITE_PERL%%/DBIx/Class/QueryLog