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
|
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 (>= 8),
Build-Depends-Indep: 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,
libtest-fatal-perl,
perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdevel-repl-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdevel-repl-perl.git
Homepage: https://metacpan.org/release/Devel-REPL
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.
|