summaryrefslogtreecommitdiff
path: root/index.fpl
diff options
context:
space:
mode:
authorPaul Buetow (pluto.buetow.org) <paul@buetow.org>2013-09-15 11:51:10 +0200
committerPaul Buetow (pluto.buetow.org) <paul@buetow.org>2013-09-15 11:51:10 +0200
commit6aa12ae5f556ab884b7705379c41a566df86d028 (patch)
tree85441b3a046f58970ebe9ad55460c16e4f4d3d01 /index.fpl
parentc183faa4d53b6e4f091d6b38397847e55b5d2251 (diff)
temp remove includedirs tag, perltidy indention set to 2, initial XML::LibXML
Diffstat (limited to 'index.fpl')
-rwxr-xr-xindex.fpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.fpl b/index.fpl
index 11be5fc..d13cd6f 100755
--- a/index.fpl
+++ b/index.fpl
@@ -16,6 +16,6 @@ my $config =
: ( -e "xerl-$host.conf" ? "xerl-$host.conf" : 'config.conf' );
while ( FCGI::accept >= 0 ) {
- my Xerl $xerl = Xerl->new( config => $config );
- $xerl->run();
+ my Xerl $xerl = Xerl->new( config => $config );
+ $xerl->run();
}