libinline-java-perl 0.67-1build4 source package in Ubuntu

Changelog

libinline-java-perl (0.67-1build4) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 16:07:18 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
libinline-java-perl_0.67.orig.tar.gz 101.7 KiB f5854b31cbce163c33e2624dd2314e0c0d97e0944371b7188e5901ba3f6fa4c9
libinline-java-perl_0.67-1build4.debian.tar.xz 6.7 KiB 557a7b8ee80f5daca147cc52e7f2e91336829542146420fdb514b3de1f79793e
libinline-java-perl_0.67-1build4.dsc 2.2 KiB 49bd51cba696f3d662f6d2282e02cb1bd76e611c787e4054c37e00843789a9cd

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