RE: [Codestriker-user] Codestriker 1.8.3 released
Brought to you by:
sits
|
From: Kelly F. H. <kf...@mq...> - 2004-09-14 17:28:13
|
> -----Original Message----- > From: cod...@li... [mailto:codestriker- > use...@li...] On Behalf Of David Sitsky > Sent: Monday, September 13, 2004 5:35 PM > To: cod...@li... > Subject: [Codestriker-user] Codestriker 1.8.3 released >=20 > Hi Guys, >=20 > Codestriker 1.8.3 has been released. As usual you can grab it from > http://codestriker.sf.net. I've appended the CHANGELOG entries for this > release with this email. <snip> 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. Error: Software error: Attempt to bless into a reference at /usr/local/codestriker-1.8.3/bin/../lib/Codestriker/BugDB/BugzillaConnec tion.pm line 28. --=20 Kelly F. Hickel Senior Software Architect MQSoftware, Inc 952.345.8677 kf...@mq... |