File: control

package info (click to toggle)
libshell-perl 0.73-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 96 kB
  • ctags: 7
  • sloc: perl: 143; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 884 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: libshell-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominic Hargreaves <dom@earth.li>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libshell-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libshell-perl.git
Homepage: https://metacpan.org/release/Shell

Package: libshell-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: run shell commands transparently within perl
 The Shell module is a show case, illustrating a few Perl features.
 It shouldn't be used for production programs. Although it does provide a
 simple interface for obtaining the standard output of arbitrary commands,
 there may be better ways of achieving what you need.