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
Typos fix and perltidy.
[blog.pm-common-perl-mods.git]
/
Rose-DBx-Object-I18N
/
t
/
00load.t
blob
64f742da27ad561998f4c670a2e4a5a1ab592501
1
#!perl -T
2
3
use Test::More tests => 1;
4
5
BEGIN {
6
use_ok( 'Rose::DBx::Object::I18N' );
7
}
8
9
diag( "Testing Rose::DBx::Object::I18N $Rose::DBx::Object::I18N::VERSION, Perl $], $^X" );