projects
/
dbsrgits/DBIx-Class-Historic.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
add missing files to sybase branch
[dbsrgits/DBIx-Class-Historic.git]
/
lib
/
DBIx
/
Class
/
Storage
/
DBI
/
Sybase
/
NoBindVars.pm
1
package # hide from PAUSE
2
DBIx::Class::Storage::DBI::Sybase::NoBindVars;
3
4
use base qw/
5
DBIx::Class::Storage::DBI::NoBindVars
6
DBIx::Class::Storage::DBI::Sybase
7
/;
8
9
1;