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.3 by elmex, Sun Jul 16 11:11:17 2006 UTC vs.
Revision 1.4 by elmex, Sun Jul 16 11:50:58 2006 UTC

14 14
15Net::IRC3 - An IRC Protocol module which is event system independend 15Net::IRC3 - An IRC Protocol module which is event system independend
16 16
17=head1 VERSION 17=head1 VERSION
18 18
19Version 0.2 19Version 0.21
20 20
21=cut 21=cut
22 22
23our $VERSION = '0.2'; 23our $VERSION = '0.21';
24 24
25=head1 SYNOPSIS 25=head1 SYNOPSIS
26 26
27 use Net::IRC3; 27 use Net::IRC3;
28 28
39 39
40L<Net::IRC3> is I<very> simple, if you don't want to care about 40L<Net::IRC3> is I<very> simple, if you don't want to care about
41all the other things that a client still has to do (like replying to 41all the other things that a client still has to do (like replying to
42PINGs and remembering who is on a channel), I recommend to read 42PINGs and remembering who is on a channel), I recommend to read
43the L<Net::IRC3::Client> page instead. 43the L<Net::IRC3::Client> page instead.
44
45Note that this module uses AnyEvent as it's IO event subsystem.
46You can integrate Net::IRC3 into any application with a event system
47that AnyEvent has support for (eg. L<Gtk2> or L<Event>).
44 48
45=head1 METHODS 49=head1 METHODS
46 50
47=over 4 51=over 4
48 52
337 341
338L<Net::IRC3::Connection> 342L<Net::IRC3::Connection>
339 343
340L<Net::IRC3::Client> 344L<Net::IRC3::Client>
341 345
346L<AnyEvent>
347
342RFC 2812 - Internet Relay Chat: Client Protocol 348RFC 2812 - Internet Relay Chat: Client Protocol
343 349
344=head1 BUGS 350=head1 BUGS
345 351
346Please report any bugs or feature requests to 352Please report any bugs or feature requests to

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines