diff options
| -rw-r--r-- | Xerl.pm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ package Xerl; use strict; use warnings; +use v5.14.0; + use CGI::Carp 'fatalsToBrowser'; use Time::HiRes 'gettimeofday'; |
![]() |
index : xerl | |
| 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. |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | Xerl.pm | 2 |
@@ -10,6 +10,8 @@ package Xerl; use strict; use warnings; +use v5.14.0; + use CGI::Carp 'fatalsToBrowser'; use Time::HiRes 'gettimeofday'; |