Revision history for Perl extension Convert::Bencode_XS.
0.03 Mon Nov 3 18:15:38 CET 2003
- we use qsort instead of sortsv
(apparent speedup and should compile on 5.6)
- now we sort hash keys comparing them the rawest way possible
we consider no UTFness or locale
- using SVt_PVAV and SVt_PVHV instead of 10 and 11
- other minor adjustments
0.02 Thu Oct 30 17:33:13 CET 2003
- fixed warning in bencode()
- added META.yml
- removed a repeated "our" in bench_decode.pl
- other minor adjustments
0.01 Wed Oct 22 18:26:52 2003
- original version; created by h2xs 1.23 with options
-A -b 5.6.0 Convert::Bencode_XS