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

Comparing Net-IRC3/lib/Net/IRC3.pm (file contents):
Revision 1.15 by elmex, Wed Apr 18 21:10:21 2007 UTC vs.
Revision 1.16 by elmex, Tue Sep 23 10:32:59 2008 UTC

9 9
10Net::IRC3 - An event system independend IRC protocol module 10Net::IRC3 - An event system independend IRC protocol module
11 11
12=head1 VERSION 12=head1 VERSION
13 13
14Version 0.5 14Version 0.6
15 15
16=cut 16=cut
17 17
18our $VERSION = '0.5'; 18our $VERSION = '0.6';
19 19
20=head1 SYNOPSIS 20=head1 SYNOPSIS
21 21
22Using the simplistic L<Net::IRC3::Connection>: 22Using the simplistic L<Net::IRC3::Connection>:
23 23
67 undef $timer; 67 undef $timer;
68 68
69 $con->disconnect; 69 $con->disconnect;
70 70
71=head1 DESCRIPTION 71=head1 DESCRIPTION
72
73B<NOTE:> This module is B<DEPRECATED>, please use L<AnyEvent::IRC> for new programs,
74and possibly port existing L<Net::IRC3> applications to L<AnyEvent::IRC>. Though the
75API of L<AnyEvent::IRC> has incompatible changes, it's still fairly similar.
72 76
73The L<Net::IRC3> module consists of L<Net::IRC3::Connection>, L<Net::IRC3::Client::Connection> 77The L<Net::IRC3> module consists of L<Net::IRC3::Connection>, L<Net::IRC3::Client::Connection>
74and L<Net::IRC3::Util>. L<Net::IRC3> only contains this documentation. 78and L<Net::IRC3::Util>. L<Net::IRC3> only contains this documentation.
75It manages connections and parses and constructs IRC messages. 79It manages connections and parses and constructs IRC messages.
76 80

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines