libinline-java-perl 0.66-4 source package in Ubuntu

Changelog

libinline-java-perl (0.66-4) unstable; urgency=medium

  * Team upload.
  * Improve package for cross-building.
    - Add build dependency on perl-xs-dev.
    - Find perl library path in cross-build-compatible way.
  * Drop unused lintian override.

 -- gregor herrmann <email address hidden>  Wed, 03 Nov 2021 17:47:33 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libinline-java-perl_0.66-4.dsc 2.3 KiB e69326e748bc30c13f3768e9f41554a8030457dbc7a5123ce0651b798cb81c91
libinline-java-perl_0.66.orig.tar.gz 101.5 KiB b5a94cbf8afa4c7824726c58484e581a21d036f072cf01d3246cfc0b64021d03
libinline-java-perl_0.66-4.debian.tar.xz 6.3 KiB a3cc5e864b965c56c7c2f71b44ccb518390733ed7580c4c49b9b64d172f47cc0

No changes file available.

Binary packages built by this source

libinline-java-perl: 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.

libinline-java-perl-dbgsym: debug symbols for libinline-java-perl