projects
/
dbsrgits/DBIx-Class-Historic.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
Slightly golf ::ResultSource::DESTROY and several weaken() calls
[dbsrgits/DBIx-Class-Historic.git]
/
lib
/
DBIx
/
Class
/
SQLAHacks
/
Oracle.pm
Commit
Line
Data
76d2074a
1
package # Hide from PAUSE
2
DBIx::Class::SQLAHacks::Oracle;
3
4a233f30
4
use warnings;
5
use strict;
6
76d2074a
7
use base qw( DBIx::Class::SQLMaker::Oracle );
8
9
1;