diff options
Diffstat (limited to 'devel/p5-Inline-Java/pkg-descr')
-rw-r--r-- | devel/p5-Inline-Java/pkg-descr | 11 |
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 |