The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Convert-Bencode_XS version 0.06
===============================

This module provide fast conversion functions to/from the Bencode format.
This format is described at http://bitconjurer.org/BitTorrent/protocol.html


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

    Perl 5.6 or later
    Test::More (for tests only)

COPYRIGHT AND LICENCE

Copyright (C) 2003-2006 by Giulio Motta

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.1 or,
at your option, any later version of Perl 5 you may have available.