• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..11-Apr-2013244

Build.PLH A D08-Aug-2008378

ChangesH A D08-Aug-20081 KiB

lib/H11-Apr-20133

Makefile.PLH A D08-Aug-2008396

MANIFESTH A D08-Aug-2008143

META.ymlH A D08-Aug-2008421

READMEH A D08-Aug-2008450

t/H11-Apr-20136

README

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