X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2FBeerDB.pm;h=fd2c704e549a3db51306618c709008d16fa3291e;hb=48b7f94a68422ee2d1ee9ca6bf9cd5c2ee34e189;hp=d77d83dc5028dae5274f34ba21b6cacf9784b04e;hpb=b4c877459674a8da7943533c780f807f3a355906;p=maypole.git diff --git a/lib/BeerDB.pm b/lib/BeerDB.pm index d77d83d..fd2c704 100644 --- a/lib/BeerDB.pm +++ b/lib/BeerDB.pm @@ -3,7 +3,7 @@ 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)