libinline-java-perl 0.67-1build1 source package in Ubuntu
Changelog
libinline-java-perl (0.67-1build1) lunar; urgency=medium * Rebuild against new perlapi-5.36. -- Gianfranco Costamagna <email address hidden> Fri, 04 Nov 2022 11:55:31 +0100
Upload details
- Uploaded by:
- Gianfranco Costamagna
- Uploaded to:
- Lunar
- Original maintainer:
- Debian Perl Group
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc | |
Lunar | 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-1build1.debian.tar.xz | 6.6 KiB | aec7c0f27a5ecea302b06d060ba040325b66ca7333e0ad51d67a7aaed59dca23 |
libinline-java-perl_0.67-1build1.dsc | 2.1 KiB | 2c90d18a6cbb9517c9b47659c90f1c9a57f67c9f0339229c530c5a89bc8d98bf |
Available diffs
- diff from 0.67-1 (in Debian) to 0.67-1build1 (330 bytes)
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