projects
/
OpenSRF.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
new test files for Utils breakout
[OpenSRF.git]
/
src
/
perl
/
t
/
09-Utils-SettingsClient.t
1
#!perl -T
2
3
use Test::More tests => 1;
4
5
BEGIN {
6
use_ok( 'OpenSRF::Utils::SettingsClient' );
7
}