X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2FApache%2FMVC.pm;h=c175d1a059302fb17727ff7aebc8beab90f11577;hb=5f530b5f17106319faa2f437a567332c86bf6a2c;hp=f7eb317280b187ad15c6c24f4964742defc3ad34;hpb=b8e9dfcaf46ec9995b91b7c433c44de3c38a00dc;p=maypole.git diff --git a/lib/Apache/MVC.pm b/lib/Apache/MVC.pm index f7eb317..c175d1a 100644 --- a/lib/Apache/MVC.pm +++ b/lib/Apache/MVC.pm @@ -6,9 +6,9 @@ use warnings; use base 'Maypole'; use mod_perl; -use constant APACHE2 => $mod_perl::VERSION >= 1.99; +use constant APACHE2 => $mod_perl::VERSION >= 1.99; -if ( APACHE2 ) { +if (APACHE2) { require Apache2; require Apache::RequestRec; require Apache::RequestUtil; @@ -74,8 +74,8 @@ Apache::MVC - Apache front-end to Maypole package BeerDB; use base 'Apache::MVC'; BeerDB->setup("dbi:mysql:beerdb"); - BeerDB->config->{uri_base} = "http://your.site/"; - BeerDB->config->{display_tables} = [qw[beer brewery pub style]]; + BeerDB->config->uri_base("http://your.site/"); + BeerDB->config->display_tables([qw[beer brewery pub style]]); # Now set up your database: # has-a relationships # untaint columns