File: control

package info (click to toggle)
libeval-context-perl 0.09.11-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 272 kB
  • ctags: 23
  • sloc: perl: 762; makefile: 2
file content (41 lines) | stat: -rw-r--r-- 1,347 bytes parent folder | download
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
Section: perl
Priority: optional
Build-Depends:
 debhelper (>= 7)
 , perl (>= 5.10) | libmodule-build-perl
Build-Depends-Indep:
 perl (>= 5.9.3)
 , 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
Maintainer: David Paleino <dapal@debian.org>
Standards-Version: 3.8.4
Homepage: http://search.cpan.org/dist/Eval-Context/
Vcs-Git: git://git.debian.org/git/collab-maint/libeval-context-perl.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/libeval-context-perl.git

Package: libeval-context-perl
Architecture: all
Depends:
 ${perl:Depends}
 , ${misc:Depends}
 , perl (>= 5.9.3)
 , libreadonly-perl
 , libsub-install-perl
 , libfile-slurp-perl
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.