Subject: | Bug in Catalyst::Tutorial documentation - users/groups doesn't work right |
I've installed Catalyst for the first time last week, and I've been
going through the tutorial. It's been rough going.
Right now, I'm stuck trying to get 'http://localhost:3000/users/groups'
to work. The first time I visit the page after logging in, it says
"Updated user roles!". If I change the second 'if' statement to say 'if
(0)', then it says 'HASH(0x96ce8a4)'.
Is there another tutorial I could look at? I'm frustrated, and on the
edge of giving up on Catalyst.
---Details:
Perl 5.8.8, Fedora Core 5 (FC5) installed 17 days ago, Catalyst
installed from CPAN, version 5.6902.
I'm using the internal web server, and clearing out the session
information between tests with rm -rf /tmp/tutorial (so I have to log in
a lot).