--- Convert-BER-XS/XS.pm 2019/04/23 21:20:25 1.55 +++ Convert-BER-XS/XS.pm 2019/04/23 21:24:23 1.56 @@ -739,9 +739,10 @@ =head2 LIMITATIONS/NOTES -This module can only en-/decode 64 bit signed and unsigned integers, and -only when your perl supports those. So no UUID OIDs for now (unless you -map the C tag to something other than C). +This module can only en-/decode 64 bit signed and unsigned +integers/tags/lengths, and only when your perl supports those. So no UUID +OIDs for now (unless you map the C tag to something +other than C). This module does not generally care about ranges, i.e. it will happily de-/encode 64 bit integers into an C value, or a negative @@ -758,8 +759,8 @@ =head2 ITHREADS SUPPORT -This module is unlikely to work when the (officially discouraged) ithreads -are in use. +This module is unlikely to work in any other than the loading thread when +the (officially discouraged) ithreads are in use. =head1 AUTHOR