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