index
:
xerl
develop
hosts
main
Xerl is an open source website template engine (TE) with some features of a Content Management System (CMS) programmed in object oriented Perl (boosted by FastCGI) and using XML.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
index.fpl
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'index.fpl')
-rwxr-xr-x
index.fpl
2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.fpl b/index.fpl
index 8fb5656..3fa5150 100755
--- a/
index.fpl
+++ b/
index.fpl
@@ -10,6 +10,8 @@
use strict;
use warnings;
+use v5.10.0;
+
use Xerl;
use FCGI;