From: Mike Taylor Date: Fri, 21 Jul 2006 11:28:16 +0000 (+0000) Subject: Tweak comment X-Git-Tag: CPAN-v1.02~54^2~1112 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=1c15a53bce6a147a780e73e7aad11ef4838916bd;ds=sidebyside Tweak comment --- diff --git a/lib/ZOOM/IRSpy.pm b/lib/ZOOM/IRSpy.pm index 71c84bd..d9674b7 100644 --- a/lib/ZOOM/IRSpy.pm +++ b/lib/ZOOM/IRSpy.pm @@ -1,4 +1,4 @@ -# $Id: IRSpy.pm,v 1.8 2006-07-21 11:27:02 mike Exp $ +# $Id: IRSpy.pm,v 1.9 2006-07-21 11:28:16 mike Exp $ package ZOOM::IRSpy; @@ -79,7 +79,7 @@ sub targets { my($host, $port, $db, $newtarget) = _parse_target_string($target); if ($newtarget ne $target) { $this->log("irspy_debug", "rewriting '$target' to '$newtarget'"); - $target = $newtarget; ### Does this get written through the ref? + $target = $newtarget; # This written through the ref } push @qlist, (qq[(host = "$host" and port = "$port" and path="$db")]);