b7e974f8d0f6c96d886fea2db2d9a3be31713dc1
[dbsrgits/DBIx-Class-Schema-Loader.git] / lib / DBIx / Class / Schema / Loader / Table / Informix.pm
1 package DBIx::Class::Schema::Loader::Table::Informix;
2
3 use strict;
4 use warnings;
5 use base 'DBIx::Class::Schema::Loader::DBObject::Informix';
6 use mro 'c3';
7
8 =head1 NAME
9
10 DBIx::Class::Schema::Loader::Table::Informix - Class for Informix Tables in
11 L<DBIx::Class::Schema::Loader>
12
13 =head1 DESCRIPTION
14
15 Inherits from L<DBIx::Class::Schema::Loader::DBObject::Informix>, see that module for details.
16
17 =head1 SEE ALSO
18
19 L<DBIx::Class::Schema::Loader::DBObject::Informix>,
20 L<DBIx::Class::Schema::Loader::DBObject>,
21 L<DBIx::Class::Schema::Loader::Table>, L<DBIx::Class::Schema::Loader>,
22 L<DBIx::Class::Schema::Loader::Base>
23
24 =head1 AUTHOR
25
26 See L<DBIx::Class::Schema::Loader/AUTHOR> and L<DBIx::Class::Schema::Loader/CONTRIBUTORS>.
27
28 =head1 LICENSE
29
30 This library is free software; you can redistribute it and/or modify it under
31 the same terms as Perl itself.
32
33 =cut
34
35 1;
36 # vim:et sts=4 sw=4 tw=0: