liblexical-var-perl 0.010-1build2 source package in Ubuntu

Changelog

liblexical-var-perl (0.010-1build2) noble; urgency=medium

  * No-change rebuild for perlapi5.38t64.

 -- Matthias Klose <email address hidden>  Sat, 02 Mar 2024 17:02:31 +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
liblexical-var-perl_0.010.orig.tar.gz 39.8 KiB 26f7e63a19508d23588ddbda7a35bdf803424955badb05ddcbd3c75151e40a9a
liblexical-var-perl_0.010-1build2.debian.tar.xz 3.1 KiB 65c77a22d3090c023bb605e53ba3a5b6a9ab7df3cc89bb701ace5b6c551f4bfc
liblexical-var-perl_0.010-1build2.dsc 2.2 KiB a2db7a92fe642ac952c7a0ea5bd3639e47c825d5332c8a206752efc6fcdfd696

Available diffs

View changes file

Binary packages built by this source

liblexical-var-perl: Perl module for using static variables without namespace pollution

 Lexical::Var implements lexical scoping of subroutines. Although it can be
 used directly, it is mainly intended to be infrastructure for modules that
 manage namespaces.
 .
 This module influences the meaning of single-part subroutine names that
 appear directly in code, such as "&foo" and "foo(123)". Normally, in the
 absence of any particular declaration, these would refer to the subroutine of
 that name located in the current package. A Lexical::Sub declaration can
 change this to refer to any particular subroutine, bypassing the package
 system entirely. A subroutine name that includes an explicit package part,
 such as "&main::foo", always refers to the subroutine in the specified
 package, and is unaffected by this module. A symbolic reference through a
 string value, such as "&{'foo'}", also looks in the package system, and so is
 unaffected by this module.
 .
 The types of name that can be influenced are scalar ("$foo"), array
 ("@foo"), hash ("%foo"), subroutine ("&foo"), and glob ("*foo").

liblexical-var-perl-dbgsym: debug symbols for liblexical-var-perl