Home
·
Authors
·
Recent
·
News
·
Mirrors
·
FAQ
·
Feedback
in
All
Modules
Distributions
Authors
permalink
Αριστοτέλης Παγκαλτζής
>
Bencode
> Changes
Download:
Bencode-1.31.tar.gz
Annotate this POD
CPAN RT
Open
0
Report a bug
Source
Revision history for Bencode
1.31 (2007-11-05 02:53:06+01:00)
1.3 (2007-11-05 00:08:04+01:00)
1.2 (2007-11-04 19:37:37+01:00)
1.1 (2007-11-04 19:14:24+01:00)
1.0 (2006-04-15 11:54:39+01:00)
Revision history for Bencode
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.