summaryrefslogtreecommitdiff
path: root/Xerl.pm
diff options
context:
space:
mode:
authorPaul Buetow (pluto.buetow.org) <paul@buetow.org>2013-09-07 15:09:12 +0200
committerPaul Buetow (pluto.buetow.org) <paul@buetow.org>2013-09-07 15:09:12 +0200
commit5aeb8c969a65fd2abf0d9f3dd4d010a7a3b558bd (patch)
tree120ac8b41da9d5834a937c813a86c78161faa98d /Xerl.pm
parent366c463a2265ac3360286aa8450c721c3c28a60b (diff)
fix
Diffstat (limited to 'Xerl.pm')
-rw-r--r--Xerl.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Xerl.pm b/Xerl.pm
index e61c58b..6fbc6d1 100644
--- a/Xerl.pm
+++ b/Xerl.pm
@@ -42,6 +42,7 @@ use Xerl::Page::Document;
use Xerl::Page::Parameter;
use Xerl::Page::Request;
use Xerl::Page::Templates;
+use Xerl::Plugins::Session;
sub run($) {
my Xerl $self = $_[0];