X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=README;h=535fe863e308bc2c261a7860a99ec68bca96d76c;hb=55318cc354e514953bca429618150bb069e9920d;hp=885beafea3fc7ded49f0fa5046adbe66175c504b;hpb=bbc6ad256fad9c788bb36dd8500f1322185eaa24;p=perl4caml.git diff --git a/README b/README index 885beaf..535fe86 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ perl4caml Copyright (C) 2003 Merjis Ltd. (http://www.merjis.com/) -$Id: README,v 1.3 2003-11-02 13:19:57 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 @@ -24,9 +24,14 @@ perl4caml was mainly written by Richard W.M. Jones (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