libeval-context-perl 0.09.11-5 source package in Ubuntu

Changelog

libeval-context-perl (0.09.11-5) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libeval-context-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sat, 19 Nov 2022 13:43:49 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libeval-context-perl_0.09.11-5.dsc 2.4 KiB 343efe4ab28d8bf0bb755a8f30c3181696fc14c115669b9abc75ca1a2c6bf439
libeval-context-perl_0.09.11.orig.tar.gz 30.5 KiB 46fdd7e750963dd3f90fbddb592b57096568ece31d93a5e77978d695a2eefa24
libeval-context-perl_0.09.11-5.debian.tar.xz 3.4 KiB 2ae380afddb151bbf896127795b67268700f86d603aa94995adbc54901beeefe

Available diffs

No changes file available.

Binary packages built by this source

libeval-context-perl: evaluate perl code in context wrapper

 Eval::Context defines a subroutine that lets you evaluate Perl code in a
 specific context. The code can be passed directly as a string or as a file
 name to read from. It also provides some subroutines to let you define and
 optionally share variables and subroutines between your code and the code you
 wish to evaluate. Finally there is some support for running your code in a
 safe compartment.