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
|
Source: libdevel-repl-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
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,
libmoose-perl, libmoosex-attributehelpers-perl,
libmoosex-getopt-perl, libmoosex-object-pluggable-perl,
libnamespace-clean-perl, libppi-perl, libscope-guard-perl,
libsys-sigaction-perl, libtask-weaken-perl, 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>
Standards-Version: 3.9.3
Homepage: http://search.cpan.org/dist/Devel-REPL/
Vcs-Git: git://git.debian.org/pkg-perl/packages/libdevel-repl-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdevel-repl-perl.git
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, libmoose-perl,
libmoosex-attributehelpers-perl, libmoosex-getopt-perl,
libmoosex-object-pluggable-perl, libnamespace-clean-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.
|