Mon Oct 20 20:43:33 2008rob [...] tigertech.com - Ticket created
Subject:
Unnecessary warn in msginfo()
Date:
Mon, 20 Oct 2008 17:43:12 -0700
To:
bug-Crypt-GPG [...] rt.cpan.org
From:
Robert L Mathews <rob [...] tigertech.com>
The msginfo() function contains this, at line 239:
warn join '',@{$_[0]};
There is no reason for it to emit the parameters passed to it as a
warning like this. Perhaps this is leftover debugging code that was just
never removed?
--
Robert L Mathews