NoBindVars + Sybase + MSSQL stuff
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / Sybase.pm
1 package DBIx::Class::Storage::DBI::Sybase;
2
3 use strict;
4 use warnings;
5
6 use base qw/DBIx::Class::Storage::DBI::NoBindVars/;
7
8 1;
9
10 =head1 NAME
11
12 DBIx::Class::Storage::DBI::Sybase - Storage::DBI subclass for Sybase
13
14 =head1 SYNOPSIS
15
16 This subclass supports L<DBD::Sybase>.
17
18 =head1 AUTHORS
19
20 Brandon L Black <blblack@gmail.com>
21
22 =head1 LICENSE
23
24 You may distribute this code under the same terms as Perl itself.
25
26 =cut