From f80621477b1dfe74dc1a18d5453e3f9225022a78 Mon Sep 17 00:00:00 2001 From: Marcus Ramberg Date: Wed, 15 Sep 2004 21:22:24 +0000 Subject: [PATCH] Use Maypole::Application so we can test even without Apache git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@178 48953598-375a-da11-a14b-00016c27c3ee --- ex/BeerDB.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ex/BeerDB.pm b/ex/BeerDB.pm index f7a9690..59c7bb2 100644 --- a/ex/BeerDB.pm +++ b/ex/BeerDB.pm @@ -1,5 +1,5 @@ package BeerDB; -use base 'Apache::MVC'; +use base 'Maypole::Application'; use Class::DBI::Loader::Relationship; # This is the sample application. Change this to the path to your -- 2.39.2