projects
/
dbsrgits/SQL-Translator.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
Bit size can range from 1 to 64, test added for size greater than one
[dbsrgits/SQL-Translator.git]
/
t
/
25storable.t
Commit
Line
Data
f6595170
1
use Test::More tests => 2;
2
3
use_ok('SQL::Translator::Parser::Storable');
4
use_ok('SQL::Translator::Producer::Storable');
5
6
1;
7