diff options
-rwxr-xr-x | InternetSecure.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/InternetSecure.pm b/InternetSecure.pm index 360b95b..0b14dac 100755 --- a/InternetSecure.pm +++ b/InternetSecure.pm @@ -230,8 +230,8 @@ sub parse_response { $self->server_response($response); - # (It's not quite clear whether there should be some decoding, or if - # the result is already utf8.) + # FIXME: It's not quite clear whether there should be some decoding, or + # if the result is already utf8.) $response = xml_in($response, ForceArray => [qw(product flag)], |