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

Changelog

libeval-context-perl (0.09.11-2) unstable; urgency=low


  * Take over for the Debian Perl Group on maintainer's request
    (https://lists.debian.org/debian-perl/2013/08/msg00053.html)
  * debian/control: Changed: Homepage field changed to metacpan.org URL;
    Maintainer set to Debian Perl Group <pkg-perl-
    <email address hidden>> (was: David Paleino
    <email address hidden>); put myself to Uploaders.
  * debian/watch: use metacpan-based URL.
  * debian/copyright: Replace DEP5 Format-Specification URL from
    svn.debian.org to anonscm.debian.org URL.
  * migrate Vcs-* headers
  * Standards-Version: 3.9.4 (no changes needed)
  * add hash-randomization.patch fixing build failure with perl 5.18
    Closes: 711442

 -- Damyan Ivanov <email address hidden>  Tue, 13 Aug 2013 16:10:26 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libeval-context-perl_0.09.11-2.dsc 2.3 KiB 9917c1ba6a16a19e3e929d2faa6ecdafbd6a583d49924045ff08e8ad7b32f03d
libeval-context-perl_0.09.11.orig.tar.gz 30.5 KiB 46fdd7e750963dd3f90fbddb592b57096568ece31d93a5e77978d695a2eefa24
libeval-context-perl_0.09.11-2.debian.tar.gz 2.8 KiB 0f7c3f0ff4eebf61b1646acfc0aaf7d90863a5897c92eaa74dd25e1b6ad67460

No changes file available.

Binary packages built by this source

libeval-context-perl: evalute 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.