1=head1 Revision history for Bencode
2
3
4=head2 1.4 (2010-07-06 19:46:03+0200)
5
6=over 4
7
8=item * New C<$max_depth> parameter to limit structure depth in parsing; fixes RT #59131
9
10Many thanks to Day Barr for the report and the patch!
11
12=back
13
14
15=head2 1.31 (2007-11-05 02:53:06+01:00)
16
17=over 4
18
19=item * C<use vars> is necessary to get rid of C<our>. Why doesn't C<./Build distcheck> run tests?
20
21=back
22
23
24=head2 1.3 (2007-11-05 00:08:04+01:00)
25
26=over 4
27
28=item * Get rid of C<our>; should work as far back as Perl 5.4 now
29
30=back
31
32
33=head2 1.2 (2007-11-04 19:37:37+01:00)
34
35=over 4
36
37=item * 1.1 was released without changes in Changelog; fill in changes
38
39=item * Switch to POD changelog
40
41=item * Add test for newline-resilient string parsing (RT #30466)
42
43=back
44
45
46=head2 1.1 (2007-11-04 19:14:24+01:00)
47
48=over 4
49
50=item * Change parsing of strings to not break on newlines (RT #30466)
51
52=item * Add leniency option to C<bdecode> (RT #19665)
53
54=item * Greatly improved error reporting (RT #30466)
55
56=item * Fix test suite to check for correct error message when rejecting input
57
58=item * Switch to inheritance-based use of L<Exporter> (previously imported C<import>; not available on older Perls)
59
60=back
61
62
63=head2 1.0 (2006-04-15 11:54:39+01:00)
64
65=over 4
66
67=item * Initial release.
68
69=back
70