From 8b68aa68ac5e83bc439d16c1fda0fb3870ee246c Mon Sep 17 00:00:00 2001 From: Aaron Trevena Date: Thu, 30 Jun 2005 07:56:22 +0000 Subject: [PATCH] applied patch for http://rt.cpan.org/NoAuth/Bug.html?id=11530 git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@342 48953598-375a-da11-a14b-00016c27c3ee --- Changes | 1 + MANIFEST | 1 - lib/Maypole/Model/CDBI/Plain.pm | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index f6d2946..1ce12ab 100644 --- a/Changes +++ b/Changes @@ -6,6 +6,7 @@ For information about current developments and future releases, see: Multiple Template Paths added ( http://rt.cpan.org/NoAuth/Bug.html?id=13447 ) Small fix to templates/factory/frontpage ( http://rt.cpan.org/NoAuth/Bug.html?id=11236 ) MasonX support in Maypole::Application ( https://rt.cpan.org/NoAuth/Bug.html?id=12383 ) + Maypole::Model::CDBI::Plain / Maypole Config issue ( http://rt.cpan.org/NoAuth/Bug.html?id=11530 ) 2.09 Mon Jan 25 22:00:00 2005 Fixes: diff --git a/MANIFEST b/MANIFEST index f3321c3..45978df 100644 --- a/MANIFEST +++ b/MANIFEST @@ -32,7 +32,6 @@ t/01basics.t t/02pod.t t/03podcoverage.t t/apache_mvc.t -t/application.t t/cgi_maypole.t t/constants.t t/headers.t diff --git a/lib/Maypole/Model/CDBI/Plain.pm b/lib/Maypole/Model/CDBI/Plain.pm index 0dee774..9cce688 100644 --- a/lib/Maypole/Model/CDBI/Plain.pm +++ b/lib/Maypole/Model/CDBI/Plain.pm @@ -1,4 +1,5 @@ package Maypole::Model::CDBI::Plain; +use Maypole::Config; use base 'Maypole::Model::CDBI'; use strict; -- 2.39.2