1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: libshell-command-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fschlich@zedat.fu-berlin.de>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl
Standards-Version: 3.9.2
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libshell-command-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/libshell-command-perl.git
Homepage: http://search.cpan.org/dist/Shell-Command/
Package: libshell-command-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Breaks: libextutils-command-perl (>= 0)
Replaces: libextutils-command-perl (>= 0)
Description: cross-platform functions emulating common shell commands
Shell::Command is a thin wrapper around ExtUtils::Command. It is used to
replace common UNIX commands in a tried-and-tested cross-platform way.
.
While ExtUtils::Command is particularly useful in Makefiles,
Shell::Command is more convenient to use from Perl.
|