Subject: | doc buglet |
Documentation says about select
Finally, hash responses will have an ’OK’ key that will
contain the
current permissional status, either ’READ-WRITE’ or
’READ-ONLY’, if
returned by the server. Returns an empty (undefined) hash on
error.
IMPORTANT! You should always check to see if an ALERT was
issued.
ALERTs should be relayed to the user if they exist!
That should read "Returns undef on error". An undefined hash makes no sense.
Also, it might be cheap to explain how one checks for an ALERT. I
suppose $obj->error, but one never knows what the author thought.
Thanks!