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

Changelog

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

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch:
    + Build-Depends: Drop versioned constraint on
      liblexical-sealrequirehints-perl.
    + libarray-base-perl: Drop versioned constraint on
      liblexical-sealrequirehints-perl in Depends.

 -- Jelmer Vernooij <email address hidden>  Sun, 16 Oct 2022 06:13:01 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
libarray-base-perl_0.006-4.dsc 2.1 KiB a567f15016bd2598be979dc4051da0197904238836a0c7656cab74f6ccd9201c
libarray-base-perl_0.006.orig.tar.gz 13.5 KiB 184a09b5c4582bbf9dd4791c22f95815fdeb716e886d0cc167d19963061c0133
libarray-base-perl_0.006-4.debian.tar.xz 2.1 KiB 3f27c6318f8e26e199c857ef5f14314a5622ec09fb32007eb1fb623f391d2e24

No changes file available.

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