Commit graph

6 commits

Author SHA1 Message Date
he
e44059a401 Update from version 0.21 to 0.22.
Pkgsrc changes:
 o Remove dependenc on Class::Accessor, it does not appear to be needed

Upstream changes:

0.22
	- add a no warnings 'recursion', deep recursion is legitimate
	  in most cases
2008-12-20 21:04:13 +00:00
he
9e00da817a Update from version 0.18nb1 to 0.21.
Pkgsrc changes:
 o Convert some BUILD_DEPENDS to DEPENDS, in accordance with META.yml
 o Update the dependency on p5-Mouse

Upstream changes:

0.21
	- Fix a bug in Data::Visitor::Callback WRT returning non
	  reference values from callbacks (#38306).
	- Refactor the visit_tied split
	- Propagation of void context

0.20
	- Split visit_tied into methods per each reftype, to make it possible to
	  return something that is an object but still doesn't get tied.

0.19
	- Support multiple arguments to visit()
	- use BUILDARGS for argument processing
	- remove Data::Alias dep for now, it breaks on windows & aix with 5.8.8
2008-11-02 19:19:36 +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
43cadf74ed Update from version 0.17 to 0.18.
Pkgsrc changes:
Add numerous dependencies, recently added to pkgsrc.

Upstream changes:

0.18
	- Weak reference support
2008-07-22 23:59:14 +00:00
rhaen
99dffe869a updated to 0.17
ChangeLog:
0.17
	- More void context correctness fixes WRT tied values
	- Overzealous seen value mappings made by Callback were removed

0.16
	- Fix passing of void context when visiting hashes/arrays (perf
	  optimization to avoid unnecessary cloning)
	- Added 'visit_seen' and a 'seen' callback for circular structures
	- Class callbacks are now fired from least derived to most derived, not in
	  hash key order
2008-07-21 13:35:32 +00:00
abs
f5b8ed1c47 Added devel/p5-Data-Visitor version 0.15
This module is a simple visitor implementation for Perl values.

It has a main dispatcher method, visit, which takes a single perl
value and then calls the methods appropriate for that value.
2008-07-14 09:24:35 +00:00