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