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