You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
package User;
use parent 'MyDB::Base';
my $x = MyDB::Base->somefunc();
which then causes Modules::RequireExplicitInclusion to complain about Use of "MyDB::Base" without including "MyDB::Base". It has been included by being use parented.
The text was updated successfully, but these errors were encountered:
I have many modules like this:
which then causes Modules::RequireExplicitInclusion to complain about
Use of "MyDB::Base" without including "MyDB::Base"
. It has been included by beinguse parent
ed.The text was updated successfully, but these errors were encountered: