Help for this page
use B qw( ); # Import nothing
use B qw( foo bar ); # but not moo
use B qw( moo ); # doh!
use B qw( ); BEGIN { *_moo = \&B::moo; }