projects
/
dbsrgits/DBIx-Class.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Ditch Carp::Clan for our own thing
[dbsrgits/DBIx-Class.git]
/
lib
/
DBIx
/
Class
/
SQLAHacks
/
SQLite.pm
1
package # Hide from PAUSE
2
DBIx::Class::SQLAHacks::SQLite;
3
4
use base qw( DBIx::Class::SQLMaker::SQLite );
5
6
1;