projects
/
dbsrgits/DBM-Deep.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Converted ->load calls into Engine::->load_sector() calls in order to allow better...
[dbsrgits/DBM-Deep.git]
/
lib
/
DBM
/
Deep
/
Sector
/
DBI.pm
1
package DBM::Deep::Sector::DBI;
2
3
use 5.006_000;
4
5
use strict;
6
use warnings FATAL => 'all';
7
8
use base 'DBM::Deep::Sector';
9
10
1;
11
__END__