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 2011-12-10 15:39:28.168544-08 by ksi
RequireExplicitInclusion and __PACKAGE__
Is this module still maintained? Usage of RequireExplicitInclusion in current projects, where __PACKAGE__ is used frequently, you always get
# Use of "__PACKAGE__" without including "__PACKAGE__" at line 11, column 1. Without importing a p +ackage, it is unlikely that references to things inside it even exist. (Severity: 4)
So either include __PACKAGE__ automatically in the list of all loaded modules or check it otherwise. Interesting side effect: the call was e.g. __PACKAGE__->config( ... ), but I get __PACKAGE__ for both: $call and $package.
Direct Responses: Write a response