| 12
 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
 
 | Source: libdevel-repl-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Niko Tyni <ntyni@debian.org>,
           Damyan Ivanov <dmn@debian.org>,
           gregor herrmann <gregoa@debian.org>,
           Salvatore Bonaccorso <carnil@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libapp-nopaste-perl <!nocheck>,
                     libb-keywords-perl <!nocheck>,
                     libdata-dump-streamer-perl <!nocheck>,
                     libdata-dumper-concise-perl <!nocheck>,
                     libfile-next-perl <!nocheck>,
                     liblexical-persistence-perl <!nocheck>,
                     libmodule-refresh-perl <!nocheck>,
                     libmodule-runtime-perl <!nocheck>,
                     libmoose-perl <!nocheck>,
                     libmoosex-getopt-perl <!nocheck>,
                     libmoosex-object-pluggable-perl <!nocheck>,
                     libnamespace-autoclean-perl <!nocheck>,
                     libppi-perl <!nocheck>,
                     libscope-guard-perl <!nocheck>,
                     libsys-sigaction-perl <!nocheck>,
                     libtask-weaken-perl <!nocheck>,
                     libtest-fatal-perl <!nocheck>,
                     perl
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdevel-repl-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdevel-repl-perl.git
Homepage: https://metacpan.org/release/Devel-REPL
Rules-Requires-Root: no
Package: libdevel-repl-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libapp-nopaste-perl,
         libb-keywords-perl,
         libdata-dump-streamer-perl,
         libdata-dumper-concise-perl,
         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.
 |