summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfbriere <fbriere>2006-02-13 21:44:20 +0000
committerfbriere <fbriere>2006-02-13 21:44:20 +0000
commitd3655d0382318c40955d2eec9b6cc0045b99d7d4 (patch)
tree6232a6aae50890d28c921910aa4a61b481e7cc3d
parentd06a54072be6039a5104e63ff41b3b2c20a04840 (diff)
Added FIXME tag
-rwxr-xr-xInternetSecure.pm4
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)],