Upgrade to Test::Simple 0.64_03
[p5sagit/p5-mst-13.2.git] / lib / Net / README.libnet
index 0b6b0cd..af582ba 100644 (file)
@@ -3,7 +3,7 @@ and consistent programming interface (API) to the client side
 of various protocols used in the internet community.
 
 For details of each protocol please refer to the RFC. RFC's
-can be found a various places on the WEB, for a staring
+can be found a various places on the WEB, for a starting
 point look at:
 
     http://www.yahoo.com/Computers_and_Internet/Standards/RFCs/
@@ -16,21 +16,21 @@ Net::Time   RFC867          Daytime Protocol
 Net::Time      RFC868          Time Protocol
 Net::NNTP      RFC977          Network News Transfer Protocol
 Net::POP3      RFC1939         Post Office Protocol 3
-Net::SNPP      RFC1861         Simple Network Pager Protocol
-
-The distribution also contains a module (Net::PH) which facilitates
-comunicate with with servers using the CCSO Nameserver Server-Client
-Protocol
-
-FUTURE WORK
 
 AVAILABILITY
 
 The latest version of libnet is available from the Comprehensive Perl
 Archive Network (CPAN). To find a CPAN site near you see:
 
-    http://www.perl.com/CPAN
-                            ^ no slash here !!
+    http://search.cpan.org/~gbarr/libnet/
+
+The subversion source repository can be browsed at
+
+    http://svn.mutatus.co.uk/browse/libnet/
+
+If you have a subversion client, then you can checkout the latest code with
+
+  svn co http://svn.mutatus.co.uk/repos/libnet/trunk libnet
 
 INSTALLATION
 
@@ -57,11 +57,20 @@ together with libnet.  These packages should be available on CPAN
 
 CONFIGURE
 
-Normally when perl Makefile.PL is run it will run Configure which will ask some
-questions about your system. The results of these questions will be stored in
-the Net::Config package. If you are on a system when this script cannot be run
-for some reason then the file Config.eg can be edited manually and installed
-as Net::Config (Net/Comfig.pm)
+Normally when perl Makefile.PL is run it will run Configure which will
+ask some questions about your system. The results of these questions
+will be stored in a file called libnet.cfg which will be installed
+alongside the other perl modules in this distribution. The Makefile.PL
+will run Configure in an interactive mode unless these exists a file
+called libnet.cfg in the build directory.
+
+If you are on a system which cannot run this script you can create an
+empty file to make Makefile.PL skip running Configure. If you want to
+keep your existing settings and not run interactivly the simple run
+
+  Configure -d
+
+before running the Makefile.PL.
 
 DOCUMENTATION
 
@@ -84,7 +93,7 @@ SUPPORT
 
 Questions about how to use this library should be directed to the
 comp.lang.perl.modules USENET Newsgroup.  Bug reports and suggestions
-for improvements can be sendt to me at <gbarr@pobox.com>. 
+for improvements can be sent to me at <gbarr@pobox.com>. 
 
 Most of the modules in this library have an option to output a debug
 transcript to STDERR. When reporting bugs/problems please, if possible,
@@ -92,7 +101,7 @@ include a transcript of a run.
 
 COPYRIGHT
 
-  © 1996-98 Graham Barr. All rights reserved.
+  © 1996-2004 Graham Barr. All rights reserved.
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.