Subject: | Inaccurate Debugging Documentation |
The "Debugging" section of this module's documentation describes 4
debugging levels that provide different amounts of debugging information.
The module fails to support these levels, instead it either switches
debugging on or off (see sub DEBUG).
Furthermore, the module contains many useful but commented out debugging
messages:
% grep '#DEBUG' IO/Socket/SSL.pm
23
It would be very helpful to uncomment the debugging messages, then
modify the calls to DEBUG and its subroutine to support levels as per
the documentation. Alternatively, the documentation should reflect the
module's current behaviour.
Thanks,
Tom Hukins