1Bencode
2
3This module implements the BitTorrent "bencode" serialisation format,
4as described in L<http://www.bittorrent.org/protocol.html>.
5
6
7INSTALLATION
8
9To install this module, run the following commands:
10
11    perl Build.PL
12    ./Build
13    ./Build test
14    ./Build install
15
16
17COPYRIGHT AND LICENCE
18
19Copyright (C) 2006, Aristotle Pagaltzis
20
21This library is free software; you can redistribute it and/or modify
22it under the same terms as Perl itself.
23