Thanks,
tye and
tilly! I came up with a somewhat different approach that allows importation from any package(s) into any package (as does
tilly's). I posted it to Snippets at
Import all subroutines from another package whether it wants to export them or not!. To use it, you just go:
package B;
use AllSubsFrom 'A';