perl 5.32.1-6 source package in Ubuntu
Changelog
perl (5.32.1-6) unstable; urgency=medium * Add ARC cross build support files from Evgeniy Didin. (Closes: #990305) * Apply upstream patch fixing a regexp memory leak. (Closes: #994834) -- Niko Tyni <email address hidden> Fri, 24 Sep 2021 18:20:33 +0300
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
perl_5.32.1-6.dsc | 2.8 KiB | dba78a9b8d7c091ec4a435add1cad82108534275bd321a956c12e66a5a9bfe19 |
perl_5.32.1.orig-regen-configure.tar.gz | 850.9 KiB | 1d179b41283f12ad83f9758430f6ddc49bdf20db5c396aeae7e51ebb4e4afd29 |
perl_5.32.1.orig.tar.xz | 12.0 MiB | 57cc47c735c8300a8ce2fa0643507b44c4ae59012bfdad0121313db639e02309 |
perl_5.32.1-6.debian.tar.xz | 163.7 KiB | d39878f0651b41c8a87aa48daec0b577baa720d6e7f3f14c40fd40fe025bb785 |
No changes file available.
Binary packages built by this source
- libperl-dev: Perl library: development files
Files for developing applications which embed a Perl interpreter.
- libperl5.32: No summary available for libperl5.32 in ubuntu jammy.
No description available for libperl5.32 in ubuntu jammy.
- 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-5.34"
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)).
.
In addition, this package also includes debugging information for the normal
Perl interpreter.