- or download this
...
use Foo::Core::Specialized qw(Mixed func_a, func_b, :TAG_A);
...
- or download this
### From Foo::Core::Specialized
use Foo::Core;
...
Foo::Core->import(@imports);
eval "package $this_pkg;";
}
- or download this
...
use Foo::Core qw(func_a, func_b, :DEFAULT);
use Foo::Core::Specialized 'Mixed';
...