Subject: | need lenient bdecode option |
I've found many invalid torrents where the bencode format is slightly
violated (mostly key sort order) and would like to bdecode them and then
bencode them to create a valid torrent. since your module doesn't make
it possible, I use Convert::Bencode to parse them, then Bencode to
create to create the new torrent. would be nice if your module would
also be able to bdecode in a lenient manner.