Source: libeval-context-perl Section: perl Priority: optional Build-Depends: debhelper (>= 9), libmodule-build-perl Build-Depends-Indep: libdata-compare-perl, libdata-treedumper-perl, libdirectory-scratch-structured-perl, libfile-slurp-perl, libreadonly-perl, libsub-install-perl, libtest-block-perl, libtest-exception-perl, libtest-nowarnings-perl, libtest-output-perl, libtest-warn-perl, perl Maintainer: Debian Perl Group Uploaders: Damyan Ivanov Standards-Version: 3.9.6 Homepage: https://metacpan.org/release/Eval-Context Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libeval-context-perl.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libeval-context-perl.git Testsuite: autopkgtest-pkg-perl Package: libeval-context-perl Architecture: all Depends: libfile-slurp-perl, libreadonly-perl, libsub-install-perl, ${misc:Depends}, ${perl:Depends} Description: 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.