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


in reply to Re^2: Moose Role to include Use statements
in thread Moose Role to include Use statements

One included module with imported method didn't work when in the Role file anyway so had to abort that approach

This is because Moose recognizes the difference between an imported function and a method. That and roles don't have an import method (and never should IMO anyway).

-stvn