Source: libdevel-repl-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , Niko Tyni , Damyan Ivanov , gregor herrmann , Ryan Niebur , Salvatore Bonaccorso 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.