"Christian Lemburg" <[EMAIL PROTECTED]> writes:

> From: "Kevin Connor" <[EMAIL PROTECTED]>
> > I'm using a 5.005 version so I made the change from "use base" to the
> > old "use x; use vars (@ISA); @ISA = qw(x); on all the files.  
> > 
> > If you decide that's the way to go, I've attached the diffs.  I grabbed
> > the source from cvs this afternoon.
> 
> Thank you very much!
> 
> Is there a general consensus to make this move?

Well, I don't *like* it, but I accept that if we're going to stay
running on as many versions of Perl as possible we'll have to move to
this. Though, I would say that we should look at doing:

   use x (); 

as a matter of style (to ensure that any surprising 'import' method
doesn't get run).

-- 
Piers



_______________________________________________
Perlunit-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/perlunit-devel

Reply via email to