fix and regression test for RT #62642
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / ODBC / SQL_Anywhere.pm
1 package DBIx::Class::Storage::DBI::ODBC::SQL_Anywhere;
2
3 use strict;
4 use warnings;
5 use base qw/DBIx::Class::Storage::DBI::SQLAnywhere/;
6 use mro 'c3';
7
8 1;
9
10 =head1 NAME
11
12 DBIx::Class::Storage::DBI::ODBC::SQL_Anywhere - Driver for using Sybase SQL
13 Anywhere through ODBC
14
15 =head1 SYNOPSIS
16
17 All functionality is provided by L<DBIx::Class::Storage::DBI::SQLAnywhere>, see
18 that module for details.
19
20 =head1 AUTHOR
21
22 See L<DBIx::Class/AUTHOR> and L<DBIx::Class/CONTRIBUTORS>.
23
24 =head1 LICENSE
25
26 You may distribute this code under the same terms as Perl itself.
27
28 =cut