NAME
DBIC::Violator::Plack::Middleware - Plack Middleware hook for DBIC::Violator
SYNOPSIS
use DBIC::Violator::Plack::Middleware;
use Plack::Builder;
builder {
enable '+DBIC::Violator::Plack::Middleware';
$psgi_app
};
DESCRIPTION
This is the Plack middleware for DBIC::Violator which can be used to track and link all DBIC queries and associate them with a parent HTTP request.
This module exists for some specific uses and may not ever be supported and so you probably shouldn't use it. Full documentation maybe TBD.
CONFIGURATION
METHODS
SEE ALSO
AUTHOR
Henry Van Styn <vanstyn@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2021 by IntelliTree Solutions llc.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.