[libinline-java-perl] 04/11: Sync control.in with control: Improve the package's long description.

Jonas Smedegaard dr at jones.dk
Thu Feb 26 11:41:59 UTC 2015


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

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

commit d4bd67e718fc5de6b703def3e1577d1d6100ed71
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Feb 25 21:37:49 2015 +0100

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

diff --git a/debian/control.in b/debian/control.in
index 83a8705..52f96b4 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -16,4 +16,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