Commit graph

7 commits

Author SHA1 Message Date
sno
765ae0b637 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
2012-01-31 07:59:27 +00:00
adam
e4998732f2 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
2011-08-11 17:09:33 +00:00
obache
703a624ab5 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-11-17 08:27:07 +00:00
sno
46b43100cd 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-22 05:32:33 +00:00
seb
c3f1e700ad 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!
2010-08-21 16:32:42 +00:00
he
b021813da0 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-10-19 19:17:40 +00:00
he
99b0db6d25 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.
2008-07-22 23:52:21 +00:00