http://www.perlmonks.org?node_id=557911


in reply to Re: List::MoreUtils and require
in thread List::MoreUtils and require

Could you also call import() after the require as a workaround ?
require List::MoreUtils; List::MoreUtils::import(); # or List::MoreUtils->import() ?

...reality must take precedence over public relations, for nature cannot be fooled. - R P Feynmann