|
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. |