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

Changelog

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

  [ Axel Beckert ]
  * Use uptodate upstream e-mail also in debian/copyright's
    Upstream-Contact header. Issue found by DUCK.

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * Change bugtracker URL(s) to HTTPS.
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Laurent Baillet ]
  * fix lintian spelling-error-in-description-synopsis warning

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.

 -- Jelmer Vernooij <email address hidden>  Mon, 13 Jun 2022 21:40:46 +0100

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libeval-context-perl_0.09.11-4.dsc 2.4 KiB d12b03f683bf4b3c219495b364a41a919bfc6c8f5212252561f2e5333d744d95
libeval-context-perl_0.09.11.orig.tar.gz 30.5 KiB 46fdd7e750963dd3f90fbddb592b57096568ece31d93a5e77978d695a2eefa24
libeval-context-perl_0.09.11-4.debian.tar.xz 3.3 KiB 9d032740d43795c0581457e1283a593e20761277fd677d8663fa3dd35d51f815

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.