X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2FMaypole%2FManual%2FView.pod;h=81ac57b8a15d33cd486c7a3ab13b136d3d9dcb29;hb=1f813c18bdca4f34b18d8b5a8e06badef7d03971;hp=c4691002a3ff36dafb1133454139c55eedb63ab2;hpb=616082000cbe7305fbfc84d33bb2f9d53cc86f3c;p=maypole.git diff --git a/lib/Maypole/Manual/View.pod b/lib/Maypole/Manual/View.pod index c469100..81ac57b 100644 --- a/lib/Maypole/Manual/View.pod +++ b/lib/Maypole/Manual/View.pod @@ -395,7 +395,7 @@ enough for you, then you can set your own view class while configuring your application: package BeerDB; - use base 'Apache::MVC'; + use base Maypole::Application; ... BeerDB->setup("dbi:SQLite:t/beerdb.db"); BeerDB->config->{uri_base} = "http://localhost/beerdb/";