liblexical-var-perl 0.009-3 source package in Ubuntu
Changelog
liblexical-var-perl (0.009-3) unstable; urgency=medium * Add Fix-796396-FTBFS-with-Perl-5.22.patch patch. Fixes "FTBFS with perl 5.22: compilation failures". Thanks to Dominic Hargreaves <email address hidden> (Closes: #796396) * Update copyright years for debian/* packaging files -- Salvatore Bonaccorso <email address hidden> Mon, 24 Aug 2015 14:23:59 +0200
Upload details
- Uploaded by:
- Debian Perl Group on 2015-08-24
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
liblexical-var-perl_0.009-3.dsc | 2.1 KiB | 145e632d4d5d4c47f5bae84966397ae3df56eeab135772cc03271590b9984e04 |
liblexical-var-perl_0.009.orig.tar.gz | 31.1 KiB | 3a88efbef138dd7392169ed155c340db10d4d7c784b5e13eb7ec094ced98e319 |
liblexical-var-perl_0.009-3.debian.tar.xz | 3.2 KiB | e34dd87ef55903d98983920d720bab6d73e1f42b4ee045578b504a3ce0cd5058 |
Available diffs
- diff from 0.009-2 to 0.009-3 (1.6 KiB)
No changes file available.
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 package liblexical-var-perl
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").