Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / ODBC / DB2_400_SQL.pm
CommitLineData
2a57124d 1package DBIx::Class::Storage::DBI::ODBC::DB2_400_SQL;
96eacdb7 2
d23f094e 3use strict;
4use warnings;
5
96eacdb7 6use base qw/
96eacdb7 7 DBIx::Class::Storage::DBI::ODBC
aca3b4c3 8 DBIx::Class::Storage::DBI::DB2
96eacdb7 9/;
2ad62d97 10use mro 'c3';
d23f094e 11
d23f094e 121;
13
14=head1 NAME
15
f1f56aad 16DBIx::Class::Storage::DBI::ODBC::DB2_400_SQL - Support specific to DB2/400
d23f094e 17over ODBC
18
d23f094e 19=head1 DESCRIPTION
20
96eacdb7 21This is an empty subclass of L<DBIx::Class::Storage::DBI::DB2>.
d23f094e 22
a2bd3796 23=head1 FURTHER QUESTIONS?
d23f094e 24
a2bd3796 25Check the list of L<additional DBIC resources|DBIx::Class/GETTING HELP/SUPPORT>.
aa8b8190 26
a2bd3796 27=head1 COPYRIGHT AND LICENSE
d23f094e 28
a2bd3796 29This module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>
30by the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can
31redistribute it and/or modify it under the same terms as the
32L<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.
d23f094e 33