From 251066735d9b3392ba7ea35da2fc0d6cd896e3a1 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 15 Feb 2011 00:01:27 -0600 Subject: some fixups for minor ox changes --- lib/Narwhal.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/Narwhal.pm') diff --git a/lib/Narwhal.pm b/lib/Narwhal.pm index 240b504..66aabb7 100644 --- a/lib/Narwhal.pm +++ b/lib/Narwhal.pm @@ -1,6 +1,8 @@ package Narwhal; use OX; +with 'OX::Role::WithAppRoot'; + config kioku_dsn => 'dbi:SQLite:narwhal.db'; config kioku_extra_args => sub { { create => 1 } }; config template_root => sub { -- cgit v1.2.3-54-g00ecf