From b16cca8b3944c071a15ba57820804cfb6da9cbdb Mon Sep 17 00:00:00 2001 From: "Chuck Norris (mars.fritz.box)" Date: Thu, 28 Aug 2014 09:33:11 +0200 Subject: refactor --- index.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.pl') diff --git a/index.pl b/index.pl index 97aa32c..4f87a2d 100755 --- a/index.pl +++ b/index.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Xerl (c) 2005-2011, 2013 Dipl.-Inform. (FH) Paul C. Buetow +# Xerl (c) 2005-2011, 2013, 2014 by Paul Buetow # # E-Mail: xerl@dev.buetow.org WWW: http://xerl.buetow.org # @@ -23,5 +23,5 @@ my $config = ? "xerldev.conf" : ( -e "xerl-$host.conf" ? "xerl-$host.conf" : 'config.conf' ); -my Xerl $xerl = Xerl->new( config => $config ); +my $xerl = Xerl->new( config => $config ); $xerl->run(); -- cgit v1.2.3 From de8b70c1a5b46b0e0e375d364cd714aaaadf7f9b Mon Sep 17 00:00:00 2001 From: "Paul Buetow (europa)" Date: Sun, 31 May 2015 16:58:48 +0100 Subject: Recursivity. Call back if it happens again. --- index.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.pl') diff --git a/index.pl b/index.pl index 4f87a2d..8d0146a 100755 --- a/index.pl +++ b/index.pl @@ -1,8 +1,8 @@ #!/usr/bin/perl -# Xerl (c) 2005-2011, 2013, 2014 by Paul Buetow +# Xerl (c) 2005-2011, 2013-2015 by Paul Buetow # -# E-Mail: xerl@dev.buetow.org WWW: http://xerl.buetow.org +# E-Mail: xerl@dev.buetow.org WWW: https://xerl.buetow.org # # This is free software, you may use it and distribute it under the same # terms as Perl itself. -- cgit v1.2.3 From 5a53056ae787f41cf9a5345e5016d32f79c1d52a Mon Sep 17 00:00:00 2001 From: "paul (uranus)" Date: Sun, 1 Jan 2017 11:32:38 +0000 Subject: fix perl path for freebsd --- index.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.pl') diff --git a/index.pl b/index.pl index 8d0146a..64ef02e 100755 --- a/index.pl +++ b/index.pl @@ -1,6 +1,6 @@ -#!/usr/bin/perl +#!/usr/local/bin/perl -# Xerl (c) 2005-2011, 2013-2015 by Paul Buetow +# Xerl (c) 2005-2011, 2013-2015, 2017 by Paul Buetow # # E-Mail: xerl@dev.buetow.org WWW: https://xerl.buetow.org # -- cgit v1.2.3