projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee9ceea
)
No {rs} associated with connection.
author
Mike Taylor
<mike@indexdata.com>
Thu, 15 Mar 2007 11:37:30 +0000
(11:37 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Thu, 15 Mar 2007 11:37:30 +0000
(11:37 +0000)
lib/ZOOM/IRSpy/Connection.pm
patch
|
blob
|
history
diff --git
a/lib/ZOOM/IRSpy/Connection.pm
b/lib/ZOOM/IRSpy/Connection.pm
index
b556447
..
7a90cc9
100644
(file)
--- a/
lib/ZOOM/IRSpy/Connection.pm
+++ b/
lib/ZOOM/IRSpy/Connection.pm
@@
-1,4
+1,4
@@
-# $Id: Connection.pm,v 1.10 2007-03-09 08:57:12 mike Exp $
+# $Id: Connection.pm,v 1.11 2007-03-15 11:37:30 mike Exp $
package ZOOM::IRSpy::Connection;
@@
-60,7
+60,6
@@
sub create {
sub destroy {
my $this = shift();
$this->SUPER::destroy(@_);
- $this->{rs}->destroy() if defined $this->{rs};
}