[libinline-java-perl] 35/398: *** empty log message ***
Jonas Smedegaard
dr at jones.dk
Thu Feb 26 11:42:41 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 a39e61018998976beecfab8ef29ccfd32920dc89
Author: patrick <>
Date: Tue Mar 13 17:13:39 2001 +0000
*** empty log message ***
---
Java.pod | 6 ++++++
README | 10 +++++++++-
2 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/Java.pod b/Java.pod
index 00c5bb7..cdb56eb 100644
--- a/Java.pod
+++ b/Java.pod
@@ -23,6 +23,12 @@ Inline::Java - Write Perl classes in Java.
}
END_OF_JAVA_CODE
+=head1 WARNING
+
+THIS IS ALPHA SOFTWARE. It is incomplete and possibly unreliable.
+It is also possible that some elements of the interface (API) will
+change in future releases.
+
=head1 DESCRIPTION
The C<Inline::Java> module allows you to put Java source code
diff --git a/README b/README
index a772e5f..a88a8c8 100644
--- a/README
+++ b/README
@@ -40,7 +40,11 @@ make install
You have to 'make install' before you can run it successfully.
-Note 1: Use nmake on Windows systems.
+Note 1: Use nmake on Windows systems. If you are using the COMMAND.COM shell
+under Windows, Inline::Java will try to detect it. If it doesn't,
+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
directory to your Java binaries in either your PATH environment variable
@@ -51,6 +55,10 @@ if you don't do this.
-------------------------------------------------------------------------------
FEATURES:
+WARNING: THIS IS ALPHA SOFTWARE. It is incomplete and possibly unreliable.
+ It is also possible that some elements of the interface (API) will
+ change in future releases.
+
Inline::Java version 0.01 includes:
+ All classes and their public methods are exported to Perl, relative
--
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