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

Changelog

libinline-java-perl (0.67-1build5) plucky; urgency=medium

  * No-change rebuild for libperl soname.

 -- Matthias Klose <email address hidden>  Sun, 20 Oct 2024 10:24:05 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Plucky
Original maintainer:
Ubuntu Developers
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-1build5.debian.tar.xz 6.8 KiB dc3301bdb91feb3f925b6d42b3361d0d33bd07c15862a36925ee42e84ad6d506
libinline-java-perl_0.67-1build5.dsc 2.2 KiB 2653b971d5270f683b5029dd636916ea487588b30c2d2ce6ff3ef92ed78be62d

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