projects
/
chaz
/
p5-DBIx-Class-ResultSet-RecursiveUpdate
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add test script for mysql
[chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate]
/
t
/
lib
/
DBSchema.pm
1
package
DBSchema
;
2
3
use
strict
;
4
use
warnings
;
5
6
use
base
'DBSchemaBase'
;
7
8
__PACKAGE__-
>
load_namespaces
(
default_resultset_class
=>
'+DBIx::Class::ResultSet::RecursiveUpdate'
);
9
10
1
;
11
This page took
0.034679 seconds
and
5
git commands to generate.