From: Mike Taylor Date: Mon, 25 Sep 2006 12:44:38 +0000 (+0000) Subject: Fix comment X-Git-Tag: CPAN-v1.02~54^2~992 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=ef1ec4ae82e393dc4b9bdc1c5e70aa33cfc21c68 Fix comment --- diff --git a/lib/ZOOM/IRSpy.pm b/lib/ZOOM/IRSpy.pm index d5672e8..53c8fe0 100644 --- a/lib/ZOOM/IRSpy.pm +++ b/lib/ZOOM/IRSpy.pm @@ -1,4 +1,4 @@ -# $Id: IRSpy.pm,v 1.17 2006-09-22 15:02:24 mike Exp $ +# $Id: IRSpy.pm,v 1.18 2006-09-25 12:44:38 mike Exp $ package ZOOM::IRSpy; @@ -84,7 +84,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; # This written through the ref + $target = $newtarget; # This is written through the ref } push @qlist, (qq[(host = "$host" and port = "$port" and path="$db")]);