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

NAME

DBICx::Modeler::Generator::DriverLike - Driver interface to DBICx::Modeler::Generator

SYNOPSIS

    package DBICx::Modeler::Generator::Driver::SQLite;

    use Moose;

    with qw(DBICx::Modeler::Generator::DriverLike);

DESCRIPTION

This role is a driver interface to DBICx::Modeler::Generator.

AUTHOR

MORIYA Masaki, alias Gardejo

<moriya at cpan dot org>, http://gardejo.org/

COPYRIGHT AND LICENSE

Copyright (c) 2009-2010 MORIYA Masaki, alias Gardejo

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

The full text of the license can be found in the LICENSE file included with this distribution.