File: control

package info (click to toggle)
perlconsole 0.4-4.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 140 kB
  • sloc: perl: 538; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 1,042 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: perlconsole
Section: devel
Priority: extra
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Build-Depends: debhelper (>= 8)
Standards-Version: 3.9.2
Vcs-Git: git://git.debian.org/pkg-perl/packages/perlconsole.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/perlconsole.git
Homepage: http://www.sukria.net/perlconsole.html

Package: perlconsole
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, 
         libterm-readline-gnu-perl, liblexical-persistence-perl, libb-keywords-perl, libmodule-refresh-perl
Description: small program that lets you evaluate Perl code interactively
 Perl Console is a light program that lets you evaluate Perl code 
 interactively. It uses Readline for grabing input and provides completion 
 with all the namespaces loaded during your session.
 .
 This is pretty useful for Perl developers that write modules. 
 You can load a module in your session and test a function exported by the 
 module.