repo.or.cz
/
blog.pm-common-perl-mods.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Version 0.3
[blog.pm-common-perl-mods.git]
/
Common-Form-Processor-Model-RDBO
/
t
/
01use.t
blob
ceda9633053dedab8885f4eee157370f942015dd
1
use strict;
2
use Test::More tests => 1;
3
4
BEGIN {
5
use_ok( 'Common::Form::Processor::Model::RDBO' );
6
}
7