repo.or.cz
/
sgn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
evidence_with param is already a dbxref
[sgn.git]
/
bin
/
sgn.psgi
blob
9a44543f359afbac00e642358b1e29b3fac27b5e
1
#!/usr/bin/env perl
2
use
strict
;
3
use
warnings
;
4
use
SGN
;
5
6
SGN
->
setup_engine
(
'PSGI'
);
7
my
$app
=
sub
{
SGN
->
run
(
@_
) };
8