ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-FCP/FCP.pm
(Generate patch)

Comparing Net-FCP/FCP.pm (file contents):
Revision 1.40 by root, Sun Dec 23 15:42:48 2007 UTC vs.
Revision 1.41 by root, Thu May 1 15:30:15 2008 UTC

11 my $ni = $fcp->txn_node_info->result; 11 my $ni = $fcp->txn_node_info->result;
12 my $ni = $fcp->node_info; 12 my $ni = $fcp->node_info;
13 13
14=head1 DESCRIPTION 14=head1 DESCRIPTION
15 15
16This module implements the first version of the freenet client protocol,
17for use with freenet versions 0.5. For freenet protocol version 2.0
18support (as used by freenet 0.7), see the L<AnyEvent::FCP> module.
19
16See L<http://freenet.sourceforge.net/index.php?page=fcp> for a description 20See L<http://freenet.sourceforge.net/index.php?page=fcp> for a description
17of what the messages do. I am too lazy to document all this here. 21of what the messages do.
18 22
19The module uses L<AnyEvent> to find a suitable Event module. 23The module uses L<AnyEvent> to find a suitable Event module.
20
21=head1 WARNING
22
23This module is alpha. While it probably won't destroy (much :) of your
24data, it currently falls short of what it should provide (intelligent uri
25following, splitfile downloads, healing...)
26 24
27=head2 IMPORT TAGS 25=head2 IMPORT TAGS
28 26
29Nothing much can be "imported" from this module right now. 27Nothing much can be "imported" from this module right now.
30 28
60 58
61package Net::FCP; 59package Net::FCP;
62 60
63use Carp; 61use Carp;
64 62
65$VERSION = '1.1'; 63$VERSION = '1.2';
66 64
67no warnings; 65no warnings;
68 66
69use AnyEvent; 67use AnyEvent;
70 68

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines