You're right, a more correct, more scalable version would use sub import { ... }
package GenericModule; use Import::Into; sub import { feature ->import::into(1, 'say'); utf8 ->import::into(1); List::Util->import::into(1, 'shuffle'); } 1;
In reply to Re^5: Passing on "use"s
by 1nickt
in thread Passing on "use"s
by Chuma
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |