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