]> git.decadent.org.uk Git - maypole.git/blobdiff - ex/BeerDB.pm
XHTML again
[maypole.git] / ex / BeerDB.pm
index 59c7bb210f35a1c8fdf9f53792139872e02262db..c2e25fa8ac89929622b177560e5724b2b02778b9 100644 (file)
@@ -7,6 +7,9 @@ use Class::DBI::Loader::Relationship;
 BeerDB->setup("dbi:SQLite:t/beerdb.db");
 #BeerDB->setup("dbi:mysql:beerdb");
 
+# Give it a name.
+BeerDB->config->{application_name} = 'The Beer Database';
+
 # 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/";