Just to announce that external class extensions are now correctly imported in the last version of Moose.
To explain: if you import a package A which made class extensions to classes of a package external to the import (say Kernel), such extensions were not taken into account. Only class extensions made to classes of package A were taken into account before.
Also got the count of failing tests down to 2 and of error test down to 1.
-- Simon