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]
/
MojoX-Dispatcher-FilterChain
/
t
/
00use.t
blob
e2cc9dbf35b8ab73ae686256eb375a787393493b
1
#!perl -T
2
3
use Test::More tests => 1;
4
5
BEGIN {
6
use_ok( 'MojoX::Dispatcher::FilterChain' );
7
}