3 use Test::More skip_all => "Needs lameness in user code";
7 # This won't work unless the subs are predeclared before the C<use> statement
10 # if ($_[0] ne ":import") {
12 # Carp::croak("Unknown tag '$_[0]'");
15 # # We have :import, generate import and unimport methods in the
18 # for (qw(comp exec)) {
20 # $pkg{$_} = *{"$caller\::$_"}{CODE} if *{"$caller\::$_"}{CODE};
27 # *{"$caller\::import"} = sub {
28 # __PACKAGE__->import(%pkg);
30 # *{"$caller\::unimport"} = \&unimport;