Added submit_form method.
[perl4caml.git] / README
diff --git a/README b/README
index 55762fb..535fe86 100644 (file)
--- a/README
+++ b/README
@@ -1,16 +1,16 @@
 perl4caml
 Copyright (C) 2003 Merjis Ltd. (http://www.merjis.com/)
 perl4caml
 Copyright (C) 2003 Merjis Ltd. (http://www.merjis.com/)
-$Id: README,v 1.2 2003-10-16 13:41:06 rich Exp $
+$Id: README,v 1.4 2005-01-28 23:09:31 rich Exp $
 
 perl4caml allows you to use Perl code within Objective CAML (OCaml),
 thus neatly side-stepping the old problem with OCaml which was that it
 lacked a comprehensive set of libraries. Well now you can use any part
 of CPAN in your OCaml code.
 
 
 perl4caml allows you to use Perl code within Objective CAML (OCaml),
 thus neatly side-stepping the old problem with OCaml which was that it
 lacked a comprehensive set of libraries. Well now you can use any part
 of CPAN in your OCaml code.
 
-mod_caml is distributed under the GNU Library General Public License
+perl4caml is distributed under the GNU Library General Public License
 (see file COPYING.LIB for terms and conditions).
 
 (see file COPYING.LIB for terms and conditions).
 
-mod_caml was mainly written by Richard W.M. Jones
+perl4caml was mainly written by Richard W.M. Jones
 (rich@annexia.org). See file AUTHORS for other contributors.
 
        Installation
 (rich@annexia.org). See file AUTHORS for other contributors.
 
        Installation
@@ -24,9 +24,14 @@ mod_caml was mainly written by Richard W.M. Jones
 
 (3) Type 'make'.
 
 
 (3) Type 'make'.
 
-(4) Type 'make install' as root to install.
+(4) It's recommended that you run the automatic tests by using 'make test'.
+    You should see 'All tests succeeded.'  If not, please report this
+    to me (rich@annexia.org).  If Perl gives any warnings, such as
+    'Attempt to free unreferenced scalar', please also report this.
 
 
-(5) Try some of the examples in the examples/ directory (some of these
+(5) Type 'make install' as root to install.
+
+(6) Try some of the examples in the examples/ directory (some of these
     require that you have certain Perl modules installed).
 
        Documentation
     require that you have certain Perl modules installed).
 
        Documentation