Source: perl Section: perl Priority: standard Maintainer: Brendan O'Dea Uploaders: Niko Tyni Standards-Version: 3.6.2 Build-Depends: file, cpio (>= 2.6-5), libdb4.6-dev, libgdbm-dev, netbase [!hurd-i386], gcc (>= 4:4.2), procps | hurd Build-Conflicts: libterm-readline-gnu-perl Vcs-Git: git://git.debian.org/git/perl/perl.git Vcs-Browser: http://git.debian.org/?p=perl/perl.git Package: perl-base Essential: yes Priority: required Architecture: any Pre-Depends: ${shlibs:Depends}, dpkg (>= 1.14.20) Conflicts: autoconf2.13 (<< 2.13-45), libscalar-list-utils-perl (<< 1:1.18-1), libxsloader-perl (<< 0.08-1), libcflow-perl (<< 1:0.68-11.1), libqt-perl (<< 3.008-3), libclass-methodmaker-perl (<< 2.10-1), libclearsilver-perl (<< 0.10.4-1.1), libhamlib2-perl (<< 1.2.6.2-6), libsys-cpu-perl (<< 0.40-2.1), libterm-size-perl (<< 0.2-4), libsufary-perl (<< 2.1.1-8), libcrypt-openssl-rsa-perl (<< 0.25-1), libcrypt-openssl-dsa-perl (<< 0.13-3), libcrypt-openssl-random-perl (<< 0.04-1), libcrypt-openssl-bignum-perl (<< 0.04-1), libvideo-ivtv-perl (<< 0.13-6), icheck (<< 0.9.7-6.1), findimagedupes (<< 2.11-2), megahal (<< 9.1.1a-5), razor (<< 1:2.84-6) Replaces: perl (<= 5.10.0-9), perl-modules (<< 5.10.0-12), libperl5.8 (<< 5.8.0-20), libscalar-list-utils-perl, libclass-multimethods-perl (<< 1.70-4), libxsloader-perl Provides: perl5-base, ${perlapi:Provides}, libscalar-list-utils-perl, libxsloader-perl Suggests: perl Description: minimal Perl system Perl is a scripting language used in many system scripts and utilities. . This package provides a Perl interpreter and the small subset of the standard run-time library required to perform basic tasks. For a full Perl installation, install "perl" (and its dependencies, "perl-modules" and "perl-doc"). Package: libcgi-fast-perl Priority: optional Architecture: all Depends: perl (>= ${source:Version}), libfcgi-perl Description: CGI::Fast Perl module CGI::Fast is a subclass of the CGI object created by CGI.pm. It is specialized to work well with the Open Market FastCGI standard, which greatly speeds up CGI scripts by turning them into persistently running server processes. Scripts that perform time-consuming initialization processes, such as loading large modules or opening persistent database connections, will see large performance improvements. Package: perl-doc Section: doc Priority: optional Architecture: all Depends: perl (>= ${Upstream-Version}-1) Suggests: man-browser, groff Description: Perl documentation Perl manual pages, POD documentation and the `perldoc' program. If you are writing Perl programs, you almost certainly need this. Package: perl-modules Priority: standard Architecture: all Depends: perl (>= ${Upstream-Version}-1) Conflicts: libpod-parser-perl (<< 1.32-1), libansicolor-perl (<< 1.10-1), libfile-temp-perl (<< 0.18), libnet-perl (<= 1:1.19-3), libattribute-handlers-perl (<< 0.78.02-1), libcgi-pm-perl (<< 3.15-1), libi18n-langtags-perl (<< 0.35-1), liblocale-maketext-perl (<< 1.08-1), libmath-bigint-perl (<< 1.77-1), libnet-ping-perl (<< 2.31-1), libtest-harness-perl (<< 2.56-1), libtest-simple-perl (<< 0.62-1), liblocale-codes-perl (<< 2.06.1-1), libmodule-corelist-perl (<< 2.13-1), libio-zlib-perl (<< 1.07-1), libarchive-tar-perl (<= 1.38-2), libextutils-cbuilder-perl (<< 0.21-1), libmodule-build-perl (<< 0.2808.1-1), libmodule-load-perl (<< 0.12-1), liblocale-maketext-simple-perl (<< 0.18-1), libparams-check-perl (<< 0.26-1), libmodule-pluggable-perl (<< 3.6-1), libmodule-load-conditional-perl (<< 0.22-1), libcpan-plus-perl (<< 0.83.09-1), libversion-perl (<< 1:0.7400-2), libpod-simple-perl (<< 3.05-2), libextutils-parsexs-perl (<= 2.18), podlators-perl (<< 2.2.0) Replaces: libpod-parser-perl, libansicolor-perl, libfile-temp-perl, libnet-perl, libattribute-handlers-perl, libcgi-pm-perl, libi18n-langtags-perl, liblocale-maketext-perl, libmath-bigint-perl, libnet-ping-perl, libtest-harness-perl, libtest-simple-perl, liblocale-codes-perl, libmodule-corelist-perl, libio-zlib-perl, libarchive-tar-perl, libextutils-cbuilder-perl, libmodule-build-perl, libmodule-load-perl, liblocale-maketext-simple-perl, libparams-check-perl, libmodule-pluggable-perl, libmodule-load-conditional-perl, libcpan-plus-perl, libversion-perl, libpod-simple-perl, libextutils-parsexs-perl, podlators-perl Provides: libpod-parser-perl, libansicolor-perl, libfile-temp-perl, libnet-perl, libattribute-handlers-perl, libcgi-pm-perl, libi18n-langtags-perl, liblocale-maketext-perl, libmath-bigint-perl, libnet-ping-perl, libtest-harness-perl, libtest-simple-perl, liblocale-codes-perl, libmodule-corelist-perl, libio-zlib-perl, libarchive-tar-perl, libextutils-cbuilder-perl, libmodule-build-perl, libmodule-load-perl, liblocale-maketext-simple-perl, libparams-check-perl, libmodule-pluggable-perl, libmodule-load-conditional-perl, libcpan-plus-perl, libversion-perl, libpod-simple-perl, libextutils-parsexs-perl, podlators-perl Description: Core Perl modules Architecture independent Perl modules. These modules are part of Perl and required if the `perl' package is installed. Package: perl-debug Priority: optional Architecture: any Depends: perl (= ${source:Version}), ${shlibs:Depends} Description: Debug-enabled Perl interpreter debugperl provides a debug-enabled version of Perl which can produce extensive information about the interpreter as it compiles and executes a program (see the -D switch in perlrun(1)). . Note that this package is primarily of use in debugging *Perl* rather than perl programs, which may be traced/debugged using the standard perl binary using the -d switch (see perldebug(1)). Package: perl-suid Priority: optional Architecture: any Depends: perl (= ${source:Version}), ${shlibs:Depends} Description: Runs setuid Perl scripts suidperl is a setuid root helper program which is invoked by perl when executing scripts with setuid/gid bits set on systems (like linux) which don't have support setuid script execution natively in the kernel. Package: libperl5.10 Section: libs Priority: optional Architecture: any Depends: ${shlibs:Depends}, perl-base (= ${source:Version}) Conflicts: libapache-mod-perl (<< 1.29.0.1-3) Replaces: perl-base (<= 5.8.7-4) Description: Shared Perl library This package is required by programs which embed a Perl interpreter to ensure that the correct version of `perl-base' is installed. It additionally contains the shared Perl library on architectures where the perl binary is linked to libperl.a (currently only i386, for performance reasons). In other cases the actual library is in the `perl-base' package. Package: libperl-dev Section: libdevel Priority: optional Architecture: any Depends: perl (= ${source:Version}), libperl5.10 (= ${source:Version}) Description: Perl library: development files Files for developing applications which embed a Perl interpreter and for programs compiled with perlcc. Package: perl Priority: standard Architecture: any Depends: perl-base (= ${source:Version}), perl-modules (>= ${source:Version}), ${shlibs:Depends} Conflicts: perl-doc (<< ${Upstream-Version}-1), libdigest-md5-perl (<< 3.07-1), libmime-base64-perl (<< 3.07-1), libtime-hires-perl (<< 1.86-1), libstorable-perl (<< 2.15-1), libdigest-sha-perl (<< 5.45-1), libtime-piece-perl (<< 1.12-1) Replaces: perl-base (<< 5.8.8-1), perl-doc (<< 5.8.0-1), perl-modules (<< 5.8.1-1), libarchive-tar-perl (<= 1.38-2), libdigest-md5-perl, libmime-base64-perl, libtime-hires-perl, libstorable-perl, libdigest-sha-perl, libtime-piece-perl, libmodule-corelist-perl (<< 2.14-2) Provides: data-dumper, perl5, libdigest-md5-perl, libmime-base64-perl, libtime-hires-perl, libstorable-perl, libdigest-sha-perl, libtime-piece-perl Recommends: netbase Suggests: perl-doc, libterm-readline-gnu-perl | libterm-readline-perl-perl Description: Larry Wall's Practical Extraction and Report Language An interpreted scripting language, known among some as "Unix's Swiss Army Chainsaw". . Perl is optimised for scanning arbitrary text files and system administration. It has built-in extended regular expression matching and replacement, a data-flow mechanism to improve security with setuid scripts and is extensible via modules that can interface to C libraries.