]> git.decadent.org.uk Git - maypole.git/commitdiff
applied patch for http://rt.cpan.org/NoAuth/Bug.html?id=11530
authorAaron Trevena <aaron.trevena@gmail.com>
Thu, 30 Jun 2005 07:56:22 +0000 (07:56 +0000)
committerAaron Trevena <aaron.trevena@gmail.com>
Thu, 30 Jun 2005 07:56:22 +0000 (07:56 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@342 48953598-375a-da11-a14b-00016c27c3ee

Changes
MANIFEST
lib/Maypole/Model/CDBI/Plain.pm

diff --git a/Changes b/Changes
index f6d29460100c0a5760d8bd219bfec2983261e8ac..1ce12ab2200cfb266f279503608cb74ea507b743 100644 (file)
--- 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:
index f3321c3b95777d405282d7d5aa5ca888b7ffc903..45978df5156dcd09fedcdf6c7377e3583f89bc18 100644 (file)
--- 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
index 0dee774b9813ef34dd37df9bb6c9d668aea78338..9cce6886c03f50678d7701da074edab646a2aaa0 100644 (file)
@@ -1,4 +1,5 @@
 package Maypole::Model::CDBI::Plain;
+use Maypole::Config;
 use base 'Maypole::Model::CDBI';
 use strict;