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

Changelog

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

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 13:43:44 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
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.67.orig.tar.gz 101.7 KiB f5854b31cbce163c33e2624dd2314e0c0d97e0944371b7188e5901ba3f6fa4c9
libinline-java-perl_0.67-1build2.debian.tar.xz 6.6 KiB 1995463755dbb744595cce454aa4ce52bc84a1a5d3da5be54baff9583d2653db
libinline-java-perl_0.67-1build2.dsc 2.1 KiB 10bb8641f530d079989779af5d03aaa0c1599e2a5b3bfb096eb13a89e74dfa4c

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