Disable tests since we have no current test account
[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   Crypt::SSLeay
24
25 COPYRIGHT AND LICENCE
26
27 Copyright (C) 2005 Ivan Kohler
28
29 This library is free software; you can redistribute it and/or modify
30 it under the same terms as Perl itself.
31
32