[libinline-java-perl] 75/398: *** empty log message ***

Jonas Smedegaard dr at jones.dk
Thu Feb 26 11:42:49 UTC 2015


This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag 0.55
in repository libinline-java-perl.

commit 66b54d894fef765cdd4538cf6dd514b23febdb16
Author: patrick <>
Date:   Mon Apr 23 14:29:20 2001 +0000

    *** empty log message ***
---
 Java.pod |  2 +-
 README   | 12 ++++++++----
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/Java.pod b/Java.pod
index 3c602bc..5b2c56d 100644
--- a/Java.pod
+++ b/Java.pod
@@ -406,7 +406,7 @@ Java array reference obtained from elsewhere, you don't even need to cast:
 Starting in version 0.20, it is possible to use the JNI (Java Native 
 Interface) extension. This enables C<Inline::Java> to load the Java virtual 
 machine as a shared object instead of running it as a stand-alone server. 
-This brings a dramatic improvement in performance.
+This brings an improvement in performance.
 
 However, the JNI extension is not available on all platforms (see README and
 README.JNI for more information). For that reason, if you have built the 
diff --git a/README b/README
index e341667..a447186 100644
--- a/README
+++ b/README
@@ -45,8 +45,8 @@ INSTALLATION:
 To install Inline::Java do this:
 
 perl Makefile.PL
-make
-make test (see Note 2, 3)
+make             (see Note 2)
+make test        (see Note 3, 4)
 make install
 
 You have to 'make install' before you can run it successfully. 
@@ -58,12 +58,16 @@ you should set the PERL_INLINE_JAVA_COMMAND_COM environment variable
 to a true value. You also will need set this whenever you use the module
 later on.
 
-Note 2: In order for 'make test' to run properly, you should put the 
+Note 2: On Win95/98/Me, you might get and error when doing 'nmake'. If so,
+edit 'Makefile' and go the the indicated line. Remove the '@[' and ']' lines
+around the 'subdirs' rule's commands. Rerun 'nmake'.
+
+Note 3: In order for 'make test' to run properly, you should put the 
 directory to your Java binaries in either your PATH environment variable 
 or in the PERL_INLINE_JAVA_BIN environment variable. 'make test' will remind you 
 if you don't do this.
 
-Note 3: If you have built the JNI extension and want the test suite to use 
+Note 4: If you have built the JNI extension and want the test suite to use 
 it, you will need to set the PERL_INLINE_JAVA_JNI environment variable to 1 
 BEFORE running 'make test'.
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libinline-java-perl.git



More information about the Pkg-perl-cvs-commits mailing list