File: control

package info (click to toggle)
libdevel-repl-perl 1.003028-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 524 kB
  • ctags: 106
  • sloc: perl: 1,767; makefile: 2
file content (67 lines) | stat: -rw-r--r-- 2,767 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Source: libdevel-repl-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
           Niko Tyni <ntyni@debian.org>,
           Damyan Ivanov <dmn@debian.org>,
           gregor herrmann <gregoa@debian.org>,
           Ryan Niebur <ryan@debian.org>,
           Salvatore Bonaccorso <carnil@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9),
Build-Depends-Indep: libapp-nopaste-perl,
                     libb-keywords-perl,
                     libdata-dumper-concise-perl,
                     libdata-dump-streamer-perl (>= 2.39),
                     libfile-homedir-perl,
                     libfile-next-perl,
                     liblexical-persistence-perl,
                     libmodule-refresh-perl,
                     libmodule-runtime-perl,
                     libmoose-perl,
                     libmoosex-getopt-perl,
                     libmoosex-object-pluggable-perl,
                     libnamespace-autoclean-perl,
                     libppi-perl,
                     libscope-guard-perl,
                     libsys-sigaction-perl,
                     libtask-weaken-perl,
                     libtest-fatal-perl,
                     perl
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdevel-repl-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdevel-repl-perl.git
Homepage: https://metacpan.org/release/Devel-REPL
Testsuite: autopkgtest-pkg-perl

Package: libdevel-repl-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libapp-nopaste-perl,
         libb-keywords-perl,
         libdata-dumper-concise-perl,
         libdata-dump-streamer-perl (>= 2.39),
         libfile-homedir-perl,
         libfile-next-perl,
         liblexical-persistence-perl,
         libmodule-refresh-perl,
         libmodule-runtime-perl,
         libmoose-perl,
         libmoosex-getopt-perl,
         libmoosex-object-pluggable-perl,
         libnamespace-autoclean-perl,
         libppi-perl,
         libscope-guard-perl,
         libsys-sigaction-perl,
         libtask-weaken-perl
Recommends: libterm-readline-gnu-perl | libterm-readline-perl-perl
Description: module for building a modern Perl interactive shell
 Devel::REPL is a module for creating Read-Evaluate-Print-Loops (REPL) in
 Perl. The shell provides for rapid development or testing of code without the
 need to create a temporary source code file.
 .
 Through a plugin system, many features are available on demand. You can also
 tailor the environment through the use of profiles and run control files, for
 example to pre-load certain Perl modules when working on a particular
 project.