From: Mike Taylor Date: Thu, 15 Mar 2007 11:37:30 +0000 (+0000) Subject: No {rs} associated with connection. X-Git-Tag: CPAN-v1.02~532 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=7705f9616556c945a95fe5dc256ab5e5443179da No {rs} associated with connection. --- diff --git a/lib/ZOOM/IRSpy/Connection.pm b/lib/ZOOM/IRSpy/Connection.pm index b556447..7a90cc9 100644 --- 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}; }