bump version on modules changed since 5.13.0
[p5sagit/p5-mst-13.2.git] / ext / XS-APItest / t / utf16_to_utf8.t
2009-10-22 Nicholas Clark Perl_utf16_to_utf8() should treat "\0" like any every...
2009-10-18 Nicholas Clark In utf16_to_utf8(), fix off-by-one errors for the range...
2009-10-18 Nicholas Clark utf16_to_utf8() should croak on encountering a bare...
2009-10-18 Nicholas Clark utf16_to_utf8() should croak if the buffer ends without...
2009-10-18 Nicholas Clark utf16_to_utf8_reversed() should croak early when passed...
2009-10-18 Nicholas Clark Expose utf16_to_utf8{,reversed} via XS::APItest, and...