--- Net-FCP/FCP.pm 2007/12/23 15:42:48 1.40 +++ Net-FCP/FCP.pm 2008/05/01 15:30:15 1.41 @@ -13,17 +13,15 @@ =head1 DESCRIPTION +This module implements the first version of the freenet client protocol, +for use with freenet versions 0.5. For freenet protocol version 2.0 +support (as used by freenet 0.7), see the L module. + See L for a description -of what the messages do. I am too lazy to document all this here. +of what the messages do. The module uses L to find a suitable Event module. -=head1 WARNING - -This module is alpha. While it probably won't destroy (much :) of your -data, it currently falls short of what it should provide (intelligent uri -following, splitfile downloads, healing...) - =head2 IMPORT TAGS Nothing much can be "imported" from this module right now. @@ -62,7 +60,7 @@ use Carp; -$VERSION = '1.1'; +$VERSION = '1.2'; no warnings;