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

Changelog

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

  * annotate test-only build-dependencies with <!nocheck>
  * add a patch fixing test suite with libdata-treedumper-perl 0.41.
    Also bump the build-dependency (Closes: #1056143)
  * declare conformance with Policy 4.6.2 (no changes needed)
  * patch a couple of spelling mistakes in documentation

 -- Damyan Ivanov <email address hidden>  Sun, 26 Nov 2023 15:55:30 +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
Oracular release universe perl
Noble release universe perl

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libeval-context-perl_0.09.11-6.dsc 2.5 KiB 4921291880eabdfa58ffe88afd8c24382b43d3c096114c6ee424a8db6d0eecd8
libeval-context-perl_0.09.11.orig.tar.gz 30.5 KiB 46fdd7e750963dd3f90fbddb592b57096568ece31d93a5e77978d695a2eefa24
libeval-context-perl_0.09.11-6.debian.tar.xz 4.0 KiB a6fe911c69e175c225a7064a3f4538436b57217464e9d5c14fa95312218df4c2

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.