Re: PerlDL: RE: [Ssh-sftp-perl-users] 'new' breaks if using PDL.
Brought to you by:
dbrobins
From: Sean Q. <se...@qu...> - 2005-02-24 00:41:32
|
W00T!! Thanks Christian! That patch does seem to have fixed the problem. :) It has moved past that point on to another bug! I'll look over the UNIVERSAL fix Steve referred to JIK I need that later anyway. But unless PDL starts to fail because of this patch (I'll let you know immediately if it does), I seem to be back to debugging our own code. Thanks everyone! On Thu, 2005-02-24 at 12:31 +1300, Christian Soeller wrote: > With that info the following patch might fix things. Please try it (I=20 > assume the 'use UN...' is not really needed). >=20 > Christian >=20 > Index: Basic/Core/Core.pm.PL > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /cvsroot/pdl/PDL/Basic/Core/Core.pm.PL,v > retrieving revision 1.58 > diff -u -r1.58 Core.pm.PL > --- Basic/Core/Core.pm.PL 10 Jan 2005 03:38:39 -0000 1.58 > +++ Basic/Core/Core.pm.PL 24 Feb 2005 00:10:59 -0000 > @@ -515,7 +515,7 @@ > ####################### Overloaded operators ####################### >=20 > { package PDL; > - use UNIVERSAL 'isa'; # need that later in info function > + # use UNIVERSAL 'isa'; # need that later in info function > use Carp; >=20 > use overload ( >=20 >=20 >=20 >=20 --=20 Sean Patrick Quinlan se...@qu... Tired of spyware? Wish there was a better, more secure way to browse the internet? There is, Firefox! And it's free! http://www.getfirefox.com |