Bencode

This module implements the BitTorrent "bencode" serialisation format,
as described in L<http://www.bittorrent.org/protocol.html>.


INSTALLATION

To install this module, run the following commands:

    perl Build.PL
    ./Build
    ./Build test
    ./Build install


COPYRIGHT AND LICENCE

Copyright (C) 2006, Aristotle Pagaltzis

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.