[libinline-java-perl] 09/14: Improve the package's long description.

Peter Pentchev roam at ringlet.net
Tue Nov 25 13:59:19 UTC 2014


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

roam-guest pushed a commit to branch master
in repository libinline-java-perl.

commit 1fb10bc177cafbf9bf1c576901c2b9823445fa6f
Author: Peter Pentchev <roam at ringlet.net>
Date:   Tue Nov 25 14:43:14 2014 +0200

    Improve the package's long description.
---
 debian/control | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 7beb444..7f4994f 100644
--- a/debian/control
+++ b/debian/control
@@ -24,4 +24,13 @@ Depends: ${cdbs:Depends},
  ${perl:Depends},
  ${shlibs:Depends}
 Description: write Perl classes in Java
- Inline::Java lets you write Perl classes in Java.
+ 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.

-- 
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