RE: [Codestriker-user] Codestriker 1.8.3 released
Brought to you by:
sits
|
From: Kelly F. H. <kf...@mq...> - 2004-09-15 11:54:22
|
> -----Original Message----- > From: David Sitsky [mailto:si...@us...] > Sent: Wednesday, September 15, 2004 1:54 AM > To: Kelly F. Hickel; cod...@li... > Subject: Re: [Codestriker-user] Codestriker 1.8.3 released >=20 > > David, I just put this version up (was running 1.8.2) and I'm getting a > > bless error (copied below) from BugzillaConnection.pm line 28. I went > > and checked my 1.8.2 install and found that I had this problem with > > 1.8.2 also, and had fixed it by changing line 28 from: > > bless $self, $type; > > To: > > bless $self, ref($type) || $type; > > > > I don't know if this is a general issue, or something specific to my > > installation, but I thought that you'd like to know. >=20 > This is strange - I've never seen this before. Are you using Perl 5.8 by > any chance? >=20 > -- > Cheers, > David Yep, 5.8.3 -Kelly |