The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Revision history for Bencode

1.4 (2010-07-06 19:46:03+0200)

  • New $max_depth parameter to limit structure depth in parsing; fixes RT #59131

    Many thanks to Day Barr for the report and the patch!

1.31 (2007-11-05 02:53:06+01:00)

  • use vars is necessary to get rid of our. Why doesn't ./Build distcheck run tests?

1.3 (2007-11-05 00:08:04+01:00)

  • Get rid of our; should work as far back as Perl 5.4 now

1.2 (2007-11-04 19:37:37+01:00)

  • 1.1 was released without changes in Changelog; fill in changes

  • Switch to POD changelog

  • Add test for newline-resilient string parsing (RT #30466)

1.1 (2007-11-04 19:14:24+01:00)

  • Change parsing of strings to not break on newlines (RT #30466)

  • Add leniency option to bdecode (RT #19665)

  • Greatly improved error reporting (RT #30466)

  • Fix test suite to check for correct error message when rejecting input

  • Switch to inheritance-based use of Exporter (previously imported import; not available on older Perls)

1.0 (2006-04-15 11:54:39+01:00)

  • Initial release.