The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Mo::import;my$M="Mo::";
$VERSION=0.38;
my$i=\&import;*{$M.import}=sub{(@_==2 and not$_[1])?pop@_:@_==1?push@_,grep!/import/,@f:();goto&$i};