The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DBIx::Skinny::Mixin::DBHResolver - DBIx::DBHResolver mixin for DBIx::Skinny.

SYNOPSIS

  package Proj::DB;
  use DBIx::Skinny;
  use DBIx::Skinny::Mixin modules => ['DBHResolver'];

  package main;
  use Proj::DB;

  # call first
  Proj::DB->dbh_resolver->conf($conf);
  Proj::DB->dbh_resolver->connect(....);

DESCRIPTION

DBIx::Skinny::Mixin::DBHResolver is

AUTHOR

Atsushi Kobayashi <nekokak _at_ gmail _dot_ com>

SEE ALSO

DBIx::Skinny

DBIx::DBHResolver

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.