From 302c86692f36044988e63af9bec09dc44465068a Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Wed, 14 Sep 2011 22:54:47 +0200 Subject: [PATCH] Don't require dbi plugin for template toolkit --- dependencies | 2 +- root/lib/config/main.tt2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dependencies b/dependencies index 20c32ce..51ca051 100644 --- a/dependencies +++ b/dependencies @@ -5,6 +5,7 @@ - Catalyst::Plugin::Compress::Zlib - Catalyst::Plugin::Session::DynamicExpiry - Catalyst::Plugin::Unicode +- Catalyst::Plugin::Authorization::ACL - Parse::BBCode - Catalyst::Model::Adaptor - parent (if perl < 5.10.1) @@ -12,7 +13,6 @@ - Geo::IP - Mail::Sendmail - HTML::TagCloud -- Template::Plugin::DBI - Template::Plugin::GD - GD::Graph - Email::Simple diff --git a/root/lib/config/main.tt2 b/root/lib/config/main.tt2 index 384837d..cf19595 100644 --- a/root/lib/config/main.tt2 +++ b/root/lib/config/main.tt2 @@ -16,7 +16,7 @@ copyright => '2008 harv', }; - USE DBI ( dbh = dbh); + # USE DBI ( dbh = dbh); # load up any other configuration items PROCESS config/url.tt2; -- 2.39.2