From 6aa12ae5f556ab884b7705379c41a566df86d028 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sun, 15 Sep 2013 11:51:10 +0200 Subject: temp remove includedirs tag, perltidy indention set to 2, initial XML::LibXML --- index.fpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.fpl') 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(); } -- cgit v1.2.3