> PERL_DL_NONLAZY=1 /home/david/cpantesting/perl-5.6.2/bin/perl
> "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')"
> t/*.t
> t/albania........."import" is not exported by the Exporter module at
> /home/david/_/_/perl-5.6.2/.cpan/build/Business-ISBN-2.00_01-bm7VyZ/blib/lib/Business/ISBN.pm
> line 71
This is correct - Exporter later grew this additional code to support
that:
if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
*{$callpkg."::import"} = \&import;
return;
}
--
David Cantrell | Enforcer, South London Linguistic Massive
Good advice is always certain to be ignored,
but that's no reason not to give it -- Agatha Christie