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
|
Source: libshell-perl-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
# perl 5.12.8 for Getopt::Long 2.43
Build-Depends-Indep: libclass-accessor-perl,
libfile-homedir-perl,
libpath-class-perl (>= 0.34),
libtest-deep-perl,
perl (>= 5.21.8)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libshell-perl-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libshell-perl-perl.git
Homepage: https://metacpan.org/release/Shell-Perl
Package: libshell-perl-perl
Architecture: all
# perl 5.12.8 for Getopt::Long 2.43
Depends: ${misc:Depends},
${perl:Depends},
libclass-accessor-perl,
libfile-homedir-perl,
libpath-class-perl (>= 0.34),
perl (>= 5.21.8)
Description: read-eval-print loop in Perl
pirl is the implementation of a command-line interpreter for Perl, written
when the author got tired of using irb when needing a calculator with a real
language within.
.
Shell::Perl is the heart of the pirl script, both provided in this package.
|