1Cjdns version 0.01
2==================
3
4This is a Perl implementation of the dynamic cjdns administration suite.
5
6INSTALLATION
7
8To install this module type the following:
9
10   perl Makefile.PL
11   make
12   make test
13   make install
14
15DEPENDENCIES
16
17This module requires these other modules and libraries:
18
19Digest::SHA2, Bencode
20
21COPYRIGHT AND LICENCE
22
23Copyright (C) 2012 by Michael Gregorowicz
24
25This library is free software; you can redistribute it and/or modify
26it under the same terms as Perl itself, either Perl version 5.14.2 or,
27at your option, any later version of Perl 5 you may have available.
28
29
30