libarray-base-perl 0.006-4build2 source package in Ubuntu

Changelog

libarray-base-perl (0.006-4build2) noble; urgency=medium

  * No-change rebuild for perlapi5.38t64.

 -- Matthias Klose <email address hidden>  Sat, 02 Mar 2024 17:01:30 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libarray-base-perl_0.006.orig.tar.gz 13.5 KiB 184a09b5c4582bbf9dd4791c22f95815fdeb716e886d0cc167d19963061c0133
libarray-base-perl_0.006-4build2.debian.tar.xz 2.2 KiB 6fdb0cbf3dd06431687eba2228f92c3fdc7113f52c9fcd31742eec25d7e75dc9
libarray-base-perl_0.006-4build2.dsc 2.2 KiB e3c19c84bd10b1efb009b69988f28cd1badf0f0e0bef3564d3d09a0ebe75dd6d

Available diffs

View changes file

Binary packages built by this source

libarray-base-perl: array index offseting

 Array::Base implements automatic offsetting of array indices. In normal Perl,
 the first element of an array has index 0, the second element has index 1,
 and so on. This module allows array indexes to start at some other value.
 Most commonly it is used to give the first element of an array the index 1
 (and the second 2, and so on), to imitate the indexing behaviour of FORTRAN
 and many other languages. It is usually considered poor style to do this.
 .
 The array index offset is controlled at compile time, in a lexically-scoped
 manner. Each block of code, therefore, is subject to a fixed offset. It is
 expected that the affected code is written with knowledge of what that offset
 is.

libarray-base-perl-dbgsym: debug symbols for libarray-base-perl