From: Simon Cozens Date: Tue, 17 Feb 2004 10:25:04 +0000 (+0000) Subject: Wrong example. X-Git-Tag: 2.10~299 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=26c9a78c855b13c194634c47ecefa2a54ffbf14a;p=maypole.git Wrong example. git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@63 48953598-375a-da11-a14b-00016c27c3ee --- 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); # ...