repo.or.cz
/
regano.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Forbid empty DNS names
[regano.git]
/
Regano
/
regano.psgi
blob
e8ce3ded0c3198e299bc45489b920e92aea209a0
1
use strict;
2
use warnings;
3
4
use Regano;
5
6
my $app = Regano->apply_default_middlewares(Regano->psgi_app);
7
$app;
8