projects
/
dbsrgits/DBIx-Class-Historic.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Unqualify imported functions
[dbsrgits/DBIx-Class-Historic.git]
/
lib
/
DBIx
/
Class
/
SQLAHacks.pm
1
package # Hide from PAUSE
2
DBIx::Class::SQLAHacks;
3
4
use base qw/DBIx::Class::SQLMaker/;
5
6
1;