]> git.decadent.org.uk Git - maypole.git/commitdiff
Use Maypole::Application so we can test even without Apache
authorMarcus Ramberg <mramberg@cpan.org>
Wed, 15 Sep 2004 21:22:24 +0000 (21:22 +0000)
committerMarcus Ramberg <mramberg@cpan.org>
Wed, 15 Sep 2004 21:22:24 +0000 (21:22 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@178 48953598-375a-da11-a14b-00016c27c3ee

ex/BeerDB.pm

index f7a96904c70985801ff7e74bb1d09df17f24b2ff..59c7bb210f35a1c8fdf9f53792139872e02262db 100644 (file)
@@ -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