1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
Source: libeval-context-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
libmodule-build-perl
Build-Depends-Indep: libdata-compare-perl <!nocheck>,
libdata-treedumper-perl (>> 0.41) <!nocheck>,
libdirectory-scratch-structured-perl <!nocheck>,
libfile-slurp-perl <!nocheck>,
libreadonly-perl <!nocheck>,
libsub-install-perl <!nocheck>,
libtest-block-perl <!nocheck>,
libtest-exception-perl <!nocheck>,
libtest-nowarnings-perl <!nocheck>,
libtest-output-perl <!nocheck>,
libtest-warn-perl <!nocheck>,
perl
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libeval-context-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libeval-context-perl.git
Homepage: https://metacpan.org/release/Eval-Context
Rules-Requires-Root: no
Package: libeval-context-perl
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
${perl:Depends},
libfile-slurp-perl,
libreadonly-perl,
libsub-install-perl
Description: 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.
|