initial import
[Net-XRC.git] / README
1 Net-XRC version 0.01
2 ====================
3
4 THis module implements a client interface to Everyone.net's XRC protocol,
5 enabling a perl application to talk to Everyone.net's XRC server.
6
7 This module is not sponsored or endorsed by Everyone.net.
8
9 INSTALLATION
10
11 To install this module type the following:
12
13    perl Makefile.PL
14    make
15    make test
16    make install
17
18 DEPENDENCIES
19
20 This module requires these other modules and libraries:
21
22   LWP
23
24 COPYRIGHT AND LICENCE
25
26 Copyright (C) 2005 Ivan Kohler
27
28 This library is free software; you can redistribute it and/or modify
29 it under the same terms as Perl itself.
30
31