[Maypole] Why require fails?

Veljko Vidovic veljko.vidovic@canadair.ca
Wed, 18 Aug 2004 15:50:46 -0400


Hi, Sebastian, Simon

> Don't know if this answers the question, but the "image" table doesn't
look
> like it's going to hold username and password fields, to me. I don't think
> that's the right value for the user class.

I am so sorry, I made mistake saying it returns image 'table'. What I've
meant
was that it returns 'user' table. In that time I was making tests with other
tables and that's why I've put 'image' there.
So, I am giving it another try:
Is it possible that namespace::classname->require returns true if
namespace/classname
file does not exist? It looks to me answer is no, so it means that
Maypole::Authentication::UserSessionCookie will die on
$user_class->require || die "Couldn't load user class $user_class";
unless namspace/User.pm or whatever user_class is, exists.
Should this be considered as bug?

Regards,
Veljko