perl 5.18.1-5 source package in Ubuntu
Changelog
perl (5.18.1-5) unstable; urgency=medium [ Dominic Hargreaves ] * Revert patches disabling GNU/Hurd tests which now succeed: - debian/hurd_net_ping_disable_test.diff (Closes: #709385) - debian/hurd_test_skip_io_pipe.diff (Closes: #650096) - debian/hurd_test_skip_pipe.diff (Closes: #650187) - debian/hurd_test_skip_sigdispatch.diff (Closes: #650188) - debian/hurd_test_todo_syslog.diff (Closes: #650093) * Various tidying of Copyright file in line with Lintian's suggestions * Override Lintian tag spelling-error-in-copyright for an upstream error * Override Lintian tag empty-binary-package for libperl5.18 as it is a dummy package on some architectures [ Niko Tyni ] * Include upstream fix for regex \8 and \9 after literals. (Closes: #731365) * Fix spelling of IPC_CREAT in IPC-SysV documentation. (Closes: #730558) -- Niko Tyni <email address hidden> Fri, 06 Dec 2013 20:05:55 +0200
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
perl_5.18.1-5.dsc | 2.3 KiB | 7edab4e37b08a4f3ded800de386a6d6e8087e510ff817765cbad36241cf60de8 |
perl_5.18.1.orig.tar.bz2 | 13.4 MiB | bf46c732c68fb160ea276b4b0cda26971646a206e31951abb8623a60f0ee5249 |
perl_5.18.1-5.debian.tar.gz | 125.8 KiB | cd80766c916a631842d7f18ad74a495adc41d4a1d0a7dd7abd40dc7790f07c8e |
Available diffs
No changes file available.
Binary packages built by this source
- libcgi-fast-perl: 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.
- libperl-dev: Perl library: development files
Files for developing applications which embed a Perl interpreter.
- libperl5.18: 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
Perl is a highly capable, feature-rich programming language with over
20 years of development. Perl 5 runs on over 100 platforms from
portables to mainframes. Perl is suitable for both rapid prototyping
and large scale development projects.
.
Perl 5 supports many programming styles, including procedural,
functional, and object-oriented. In addition to this, it is supported
by an ever-growing collection of reusable modules which accelerate
development. Some of these modules include Web frameworks, database
integration, networking protocols, and encryption. Perl provides
interfaces to C and C++ for custom extension development.
- 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-doc: Perl documentation
Perl manual pages, POD documentation and the `perldoc' program. If you are
writing Perl programs, you almost certainly need this.
- perl-modules: Core Perl modules
Architecture independent Perl modules. These modules are part of Perl and
required if the `perl' package is installed.
.
Note that this package only exists to save archive space and should be
considered an internal implementation detail of the `perl' package.
Other packages should not depend on `perl-modules' directly, they
should use `perl' (which depends on `perl-modules') instead.