[Maypole] BeerDB ignores handpumps
Andrew Findlay
andrew.findlay@skills-1st.co.uk
Wed, 5 May 2004 12:14:25 +0100
I am having trouble with the BeerDB demo. I think it should displaya
list of beers when viewing a pub, and a list of pubs when viewing a
beer but it does not. In fact, it seems to completely ignore the line
"a pub has beers on handpumps" in the setup.
Any suggestions?
The previous problem I had was solved by installing
Template::Plugin::Class which had not been brought in by the prereqs,
so I wonder whether this is a similar case. Could someone who has it
working please post a list of *all* the Perl modules you have
installed for comparison? I append a script to do that and the output
that I get on my test system.
Thanks
Andrew
--
-----------------------------------------------------------------------
| From Andrew Findlay, Skills 1st Ltd |
| Consultant in large-scale systems, networks, and directory services |
| http://www.skills-1st.co.uk/ +44 1628 782565 |
-----------------------------------------------------------------------
#!/usr/bin/perl
#
# list-perl-modules
use ExtUtils::Installed;
my $instmod = ExtUtils::Installed->new();
foreach my $module ($instmod->modules()) {
my $version = $instmod->version($module) || "???";
print "$module -- $version\n";
}
-----------------------------------------------------------------------
Apache::Test -- 1.10
AppConfig -- 1.56
CGI::Simple -- 0.071
CGI::Untaint -- 1.00
Class::Accessor -- 0.19
Class::DBI -- 0.95
Class::DBI::AbstractSearch -- 0.05
Class::DBI::AsForm -- 2.2
Class::DBI::FromCGI -- 0.94
Class::DBI::Loader -- 0.02
Class::DBI::Loader::Relationship -- 1.2
Class::DBI::Pager -- 0.05
Class::DBI::Plugin::RetrieveAll -- 1
Class::DBI::Plugin::Type -- 0.02
Class::DBI::SQLite -- 0.04
Class::DBI::mysql -- 0.23
Class::Data::Inheritable -- 0.02
Class::Trigger -- 0.08
Class::WhiteHole -- 0.04
Convert::ASN1 -- 0.18
DBD::CSV -- 0.2002
DBD::SQLite -- 0.31
DBI -- 1.32
DBIx::ContextualFetch -- 1.01
Data-Page -- ???
Data::ShowTable -- undef
Exporter::Lite -- 0.01
HTML-Tree -- ???
HTML::Parser -- 3.26
HTML::Tagset -- 3.03
IO-stringy -- ???
Ima::DBI -- 0.33
Lingua::EN::Inflect -- 1.88
Lingua::EN::Inflect::Number -- 1.1
Locale::gettext -- 1.01
Maypole -- 1.4
Msql-Mysql-modules -- ???
Net::SSLeay -- 1.21
PDA::Pilot -- undef
Perl -- 5.8.0
SQL::Abstract -- 1.15
SQL::Statement -- 1.004
Template -- 2.13
Term::ReadLine::Gnu -- 1.13
Test::Simple -- 0.47
Text::CSV_XS -- 0.23
Tie::IxHash -- 1.21
Tk -- 800.024
UNIVERSAL::exports -- 0.03
UNIVERSAL::moniker -- 0.07
URI -- 1.22
libapreq -- ???
libwww-perl -- ???
perl-ldap -- ???
-----------------------------------------------------------------------