]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/BeerDB.pm
This makes it all work as Maypole.
[maypole.git] / lib / BeerDB.pm
index 1f673f27ddc6363e6530ae9e5ce880a0d78ee887..fd2c704e549a3db51306618c709008d16fa3291e 100644 (file)
@@ -3,12 +3,13 @@ use base 'Apache::MVC';
 use Class::DBI::Loader::Relationship;
 # This line is required if you don't have Apache calling Perl handlers
 # as methods.
-sub handler { Apache::MVC::handler(__PACKAGE__, @_) }
+sub handler { Maypole::handler(__PACKAGE__, @_) }
 
 # This is the sample application. Change this to the path to your
 # database. (or use mysql or something)
 #BeerDB->set_database("dbi:SQLite:t/beerdb.db");
 BeerDB->set_database("dbi:mysql:beerdb");
+
 # Change this to the root of the web space.
 #BeerDB->config->{uri_base} = "http://localhost/beerdb/";
 BeerDB->config->{uri_base} = "http://neo.trinity-house.org.uk/beerdb/";