package DBIx::Class::Storage::DBI::Sybase; use strict; use warnings; use base qw/DBIx::Class::Storage::DBI::NoBindVars/; 1; =head1 NAME DBIx::Class::Storage::DBI::Sybase - Storage::DBI subclass for Sybase =head1 SYNOPSIS This subclass supports L for real Sybase databases. If you are using an MSSQL database via L, see L. =head1 AUTHORS Brandon L Black =head1 LICENSE You may distribute this code under the same terms as Perl itself. =cut