Path to this page:
./
devel/p5-Data-Alias,
Comprehensive set of aliasing operations
Branch: CURRENT,
Version: 1.28nb2,
Package name: p5-Data-Alias-1.28nb2,
Maintainer: pkgsrc-usersData::Alias provides a comprehensive set of aliasing operations.
Data::Alias is a module that allows you to apply "aliasing semantics"
to a section of code, causing aliases to be made whereever Perl
would normally make copies instead. You can use this to improve
efficiency and readability, when compared to using references.
Required to run:[
lang/perl5]
Required to build:[
devel/p5-Module-Install] [
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 55.644 KB
Version history: (Expand)
- (2024-11-16) Updated to version: p5-Data-Alias-1.28nb2
- (2023-07-06) Updated to version: p5-Data-Alias-1.28nb1
- (2023-01-08) Updated to version: p5-Data-Alias-1.28
- (2022-06-28) Updated to version: p5-Data-Alias-1.25nb1
- (2021-07-06) Updated to version: p5-Data-Alias-1.25
- (2021-05-25) Updated to version: p5-Data-Alias-1.21nb4
CVS history: (Expand)
2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483) |
Log message:
*: recursive bump for perl 5.38
|
2023-01-08 05:16:08 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.28
Upstream changes:
1.28 2022-12-21 XMATH
- Fix compatibliity with perl 5.37.3 and later
- Fix support for state-variables (alias state $x = ...)
- Fix handling of negative literal array index (alias $x[-1] = ...)
1.27 2022-12-02 XMATH
- Fix tests on older perl versions
1.26 2022-12-01 XMATH
- Fix compile error when using perl 5.37.2 or later
- Improve diagnostic output from tests
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-07-06 10:16:20 by Wen Heping | Files touched by this commit (2) | |
Log message:
Update to 1.25
Upstream changes:
1.25 2021-05-11 XMATH
- Reformatted this file per CPAN::Changes::Spec
- Switched from Module::Install to ExtUtils::MakeMaker
- Fix linker errors with dtrace-enabled perl.
1.24 2021-05-05 XMATH
- bugfix: copy() no longer produces malformed optrees which under certain
circumstances crashed perl 5.31.2 and later. (contributed by TonyC)
- update for removal of '.' from @INC in perl 5.26.
1.23 2021-04-30 XMATH
- bugfix: fix aliasing semantic unintentionally being applied to subs
defined after a parenthesized alias()-expression since perl 5.11.2.
1.22 2021-04-22 XMATH
- bugfix: use SvCUR_set instead of direct SvCUR assignment to fix
compilation problems with -DDEBUGGING builds. (contributed by TonyC)
- update for parser changes in v5.33.6. (contributed by TonyC)
|
2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message:
*: recursive bump for perl 5.34
|
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message:
*: bump PKGREVISION for perl-5.32.
|