X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2FMaypole%2FManual%2FFlox.pod;h=3b3fdf318f91d78ac7d1dd6d515216b682d2eb94;hb=b91bc53de6872ec4b22779382f6955b3af7c6fd5;hp=f42bc2e3b73e9549d408bde29368be1f311b3c0a;hpb=616082000cbe7305fbfc84d33bb2f9d53cc86f3c;p=maypole.git diff --git a/lib/Maypole/Manual/Flox.pod b/lib/Maypole/Manual/Flox.pod index f42bc2e..3b3fdf3 100644 --- a/lib/Maypole/Manual/Flox.pod +++ b/lib/Maypole/Manual/Flox.pod @@ -135,7 +135,7 @@ As usual, though, we'll start with a handler class which sets up the database: package Flox; - use base qw(Apache::MVC); + use Maypole::Application; Flox->setup("dbi:mysql:flox"); Flox->config->{display_tables} = [qw[user invitation connection]]; 1;