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 2008-03-10 20:12:15-07 by jdhedden
Object::InsideOut 3.39
I have just uploaded Object::InsideOut 3.39 to CPAN. The major change is that an error is generated for any unhandled parameters to new(). This catches typos in the parameter names:
my $obj = Person->new(nane => 'Joe'); # Should be 'name'
(If this breaks existing code, I'll consider conditionalizing this based on a global variable setting.)
Direct Responses: Write a response