projects
/
p5sagit/Promulger.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
fix transport support in the dispatcher so it can be overridden at runtime
[p5sagit/Promulger.git]
/
script
/
pmg-web
Commit
Line
Data
cefad154
1
#!/usr/bin/env perl
2
use strictures 1;
3
use autodie;
4
5
use Promulger::Web;
6
use Promulger::Config;
7
Promulger::Config->load_config('etc/pmg.conf');
8
9
Promulger::Web->run_if_script;