projects
/
dbsrgits/DBIx-Class-Historic.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
Expand/fortify the handling of attributes
[dbsrgits/DBIx-Class-Historic.git]
/
lib
/
DBIx
/
Class
/
SQLAHacks.pm
Commit
Line
Data
76d2074a
1
package # Hide from PAUSE
2
DBIx::Class::SQLAHacks;
3
4a233f30
4
use warnings;
5
use strict;
6
76d2074a
7
use base qw/DBIx::Class::SQLMaker/;
8
9
1;