libarray-base-perl 0.006-3build3 source package in Ubuntu

Changelog

libarray-base-perl (0.006-3build3) lunar; urgency=medium

  * Rebuild against new perlapi-5.36.

 -- Gianfranco Costamagna <email address hidden>  Fri, 04 Nov 2022 16:25:22 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
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-3build3.debian.tar.xz 2.2 KiB 5464331c34c5d8146cced8cbc24ed4b19d8cc7bc51e10d404c4786631ea38da0
libarray-base-perl_0.006-3build3.dsc 2.2 KiB 7c3b79150c9197acd5cc1858d84d0716daa920f14092bb86751e08202c1bc411

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