aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Inline-Java/pkg-descr
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-08-15 06:38:31 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-08-15 06:38:31 +0000
commit2b84a9892b5565307c701227f03b0f09c52e48cf (patch)
tree8046c64cb9a1f8eb905666c36e637610b27f6f9d /devel/p5-Inline-Java/pkg-descr
parent3c0311643bee327fe2ba525984813c838bbd640a (diff)
add p5-Inline-Java 0.33
Write Perl subroutines and classes in Java
Notes
Notes: svn path=/head/; revision=64528
Diffstat (limited to 'devel/p5-Inline-Java/pkg-descr')
-rw-r--r--devel/p5-Inline-Java/pkg-descr11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/p5-Inline-Java/pkg-descr b/devel/p5-Inline-Java/pkg-descr
new file mode 100644
index 000000000000..cf0ec9aa7b6f
--- /dev/null
+++ b/devel/p5-Inline-Java/pkg-descr
@@ -0,0 +1,11 @@
+The Inline::Java module allows you to put Java source code directly "inline"
+in a Perl script or module. A Java compiler is launched and the Java code is
+compiled. Then Perl asks the Java classes what public methods have been
+defined. These classes and methods are available to the Perl program as if
+they had been written in Perl.
+
+The process of interrogating the Java classes for public methods occurs the
+first time you run your Java code. The namespace is cached, and subsequent
+calls use the cached version.
+
+WWW: http://search.cpan.org/search?dist=Inline-Java