On 7/3/05, Michael G Schwern <[EMAIL PROTECTED]> wrote:
> > Another issue I had is that its not particularly clear what the deal
> > is with an import method per package. Why is it necessary to recode
> > (slightly differently everywhere) the import routine? I personally
> > would have found it much nicer to say
> >
> > @ISA=qw(Test::Builder::Extension);
> >
> > and then have the import malarky automatically included.
> 
> http://rt.cpan.org/NoAuth/Bug.html?id=8656
> 
> I was just thinking about that today.

Maybe im missing something but that report has a comment that says:

  The trick is making sure it doesn't export when you say "use Test::Builder".

If Test::Builder itself doesnt have anything in its @EXPORT/@EXPORT_OK
then why should it be an issue?

Cheers,
Yves


-- 
perl -Mre=debug -e "/just|another|perl|hacker/"

Reply via email to