I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2005-12-13 11:32:49-08 by johnoshea
Possible Catalyst issue?

There seem to be issues using Class::Std with Catalyst and I'm wondering if Object::InsideOut will be equally affected? Being honest, I've not used Object::InsideOut (yet) but I am investigating Catalyst, so I've no idea if that's going to be an issue or not.

Direct Responses: 1471 | Write a response
Posted on 2005-12-13 20:27:01-08 by jdhedden in response to 1463
Re: Possible Catalyst issue?
The CHECK block issue is a known bug for Class::Std.

One of the things I did when I first started coding up Object::InsideOut was to look at all of Class::Std's bugs, and make sure that Object::InsideOut didn't suffer from the same problems. Thus, I am glad to say that the CHECK block issue noted in "Catalyst & Class::Std don't play nice?" will not occur when using Object::InsideOut.

That being said, I have not used Catalyst, so I cannot say with certainty that some other issue might not crop up. I would hope Catalyst and Object::InsideOut play well together, and feel reasonably confident that will be the case. If any problems do arise, I'll definitely work with anyone that reports issue to me.

Direct Responses: 1480 | Write a response
Posted on 2005-12-14 10:34:59-08 by johnoshea in response to 1471
Re: Possible Catalyst issue?

Perfect answer - thanks :)

Direct Responses: Write a response