projects
/
scpubgit/stemmaweb.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
add StackTrace dependency
[scpubgit/stemmaweb.git]
/
stemmaweb.psgi
Commit
Line
Data
b8a92065
1
use strict;
2
use warnings;
3
4
use stemmaweb;
5
6
my $app = stemmaweb->apply_default_middlewares(stemmaweb->psgi_app);
7
$app;
8