Subject: | Two minor documentation fixed |
One minor fix in the doc and one typo: default on shared jvm is 7891
starting at 0.40
Subject: | Inline-Java-0.51-doc.patch |
diff -Naur Inline-Java-0.51/Java.pod Inline-Java-0.51-patched/Java.pod
--- Inline-Java-0.51/Java.pod 2006-04-03 15:47:16.000000000 +0200
+++ Inline-Java-0.51-patched/Java.pod 2006-09-19 13:30:53.573165000 +0200
@@ -138,7 +138,7 @@
Specifies the starting port number for the server. If many
C<Inline::Java> blocks are declared, the port number is
incremented each time. Default is 0 (next available port number),
-default for SHARED_JVM mode is 7890.
+default for SHARED_JVM mode is 7891.
Ex: PORT => 4567
@@ -185,7 +185,7 @@
=item CLASSPATH
Adds the specified CLASSPATH. This CLASSPATH will only be available
-threw the user classloader. To set the CLASSPATH globally (which is
+through the user classloader. To set the CLASSPATH globally (which is
most probably what you want to do anyways), use the CLASSPATH
environment variable.