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

Changelog

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

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Sun, 06 Feb 2022 13:30:33 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
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.orig.tar.gz 101.5 KiB b5a94cbf8afa4c7824726c58484e581a21d036f072cf01d3246cfc0b64021d03
libinline-java-perl_0.66-4build1.debian.tar.xz 6.4 KiB 655c71de842b8612c5ba584c2dd25bd35eded6df2d76ea5f388ec07e885dcec2
libinline-java-perl_0.66-4build1.dsc 2.1 KiB f2b9147072926d32e3c3c183fea148ddb5ced114bc772a36cfcde1aa12c97b6a

Available diffs

View changes file

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