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

Changelog

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

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 14:05:39 +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-4build1.debian.tar.xz 2.2 KiB b8137b940ce737709995d757dceff22d13f6cc70176746f76330f2b86160295a
libarray-base-perl_0.006-4build1.dsc 2.2 KiB ce9188c1524ffc333799a3ddeffc2c5ea2dc73c5f09cf9d71c568c1a4f2249b5

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