Re: [Codestriker-user] Codestriker 1.8.3 released
Brought to you by:
sits
|
From: David S. <si...@us...> - 2004-09-15 06:55:32
|
> 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. This is strange - I've never seen this before. Are you using Perl 5.8 by any chance? -- Cheers, David |