perl 5.10.1-17ubuntu4 source package in Bilimbi Test

Changelog

perl (5.10.1-17ubuntu4) natty; urgency=low

  * debian/config.debian: pass multiarch paths to the build (if
    available) so that we're able to find libraries needed to build.
    LP: #739693.
 -- Steve Langasek <email address hidden>   Wed, 30 Mar 2011 13:44:06 -0700

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Natty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Natty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
perl_5.10.1.orig.tar.gz 13.5 MiB cb7f26ea4b2b28d6644354d87a269d01cac1b635287dae64e88eeafa24b44f35
perl_5.10.1-17ubuntu4.debian.tar.gz 116.2 KiB c3f03de8e33e153b820c2bfd68b142100a210f4465626f083bf5e6d48f5e12d2
perl_5.10.1-17ubuntu4.dsc 2.1 KiB 6e02b14982e8d1b755667c2001835c720072d134b3319bbf073535b35d6684c5

View changes file

Binary packages built by this source

libperl-dev: Perl library: development files

 Files for developing applications which embed a Perl interpreter and for
 programs compiled with perlcc.

libperl5.10: 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.

perl: 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.

perl-base: 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").

perl-debug: 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)).

perl-suid: 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.