2012-01-31 08:59:27 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating package in devel/p5-Data-Alias for CPAN module Data::Alias from
1.15 to 1.16.
pkgsrc changes:
- Add USE_LANGUAGES=c to remark it's an XS module requiring a C compiler
Upstream changes:
version 1.16; 2011-11-17
* bugfix: use supported API to put destructor calls on the save stack
(the unsupported way used before was wrong for 64-bit systems on
perl 5.13.1 and later)
* document the behaviour of "alias return" in more detail
* convert .cvsignore to .gitignore
|
2011-08-11 19:09:33 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 1.15:
* port to Perl 5.15.0, where the op type aelemfast has been split into
aelemfast and aelemfast_lex
* test compatibility with Devel::CallParser
Changes 1.14:
* bugfix: never unhook peephole optimiser, because unhooking is liable
to fail if anything else hooked it
* bugfix: revise check for dorassign opcode to cope with FreeBSD's
mutant Perl 5.8 that has it
* test POD syntax and coverage
|
2010-11-17 09:27:07 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update p5-Data-Alias to 1.08.
1.08 Fri Oct 22 09:39 BST 2010
- Updated to work with Perl versions 5.11.0 up to 5.13.0,
including particularly the major change in when rv2cv ops get
built in 5.11.2
|
2010-08-22 07:32:33 by Jens Rehsack | Files touched by this commit (1) |
Log message:
Data::Alias seems to be known being broken since 5.11.5 (see RT#36165 at
https://rt.cpan.org/Ticket/Display.html?id=36165) and there is no public
available patch.
|
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
|
2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179) |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
|
2008-07-23 01:52:21 by Havard Eidnes | Files touched by this commit (3) | |
Log message:
Import p5-Data-Alias version 1.07.
Data::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.
|