From 26c9a78c855b13c194634c47ecefa2a54ffbf14a Mon Sep 17 00:00:00 2001 From: Simon Cozens Date: Tue, 17 Feb 2004 10:25:04 +0000 Subject: [PATCH] Wrong example. git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@63 48953598-375a-da11-a14b-00016c27c3ee --- lib/Maypole.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Maypole.pm b/lib/Maypole.pm index 54f0c0d..bbe4905 100644 --- a/lib/Maypole.pm +++ b/lib/Maypole.pm @@ -135,7 +135,7 @@ this: package ProductDatabase; use base 'Maypole'; __PACKAGE__->set_database("dbi:mysql:products"); - BeerDB->config->{uri_base} = "http://your.site/catalogue/"; + ProductDatabase->config->{uri_base} = "http://your.site/catalogue/"; ProductDatabase::Product->has_a("category" => ProductDatabase::Category); # ... -- 2.39.2