8
0

- updated to 0.30

- doy/data-visitor should probably be the canonical repository at this
     point
   - The class callbacks to be run for an object are now chosen once, at the
     start of visiting that object. Previously, it always looked through the
     entire list of callbacks every time, in a loop in which the object in
     question could be changed by the callback. Since the class callbacks are
     only partially ordered, this lead to differences in whether a callback
     would be called or not based on hash order. reported by Robin Smidsrød.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Visitor?expand=0&rev=9
This commit is contained in:
Stephan Kulow
2013-07-18 16:04:30 +00:00
committed by Git OBS Bridge
parent 38dcc7e1db
commit e2362ccc85
4 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4c7a66d750e7b3ac7abe6add83c9e04aa3f6878a6756fbdf8516d77cbdd728a5
size 23571

3
Data-Visitor-0.30.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8ea24abcc3659e760aa94aee2ba7dd54cacaf20302705524143f39554009ed54
size 24542

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Jul 18 16:03:40 UTC 2013 - coolo@suse.com
- updated to 0.30
- doy/data-visitor should probably be the canonical repository at this
point
- The class callbacks to be run for an object are now chosen once, at the
start of visiting that object. Previously, it always looked through the
entire list of callbacks every time, in a loop in which the object in
question could be changed by the callback. Since the class callbacks are
only partially ordered, this lead to differences in whether a callback
would be called or not based on hash order. reported by Robin Smidsrød.
-------------------------------------------------------------------
Mon Feb 27 08:47:42 UTC 2012 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Data-Visitor
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: perl-Data-Visitor
Version: 0.28
Version: 0.30
Release: 0
%define cpan_name Data-Visitor
Summary: Visitor style traversal of Perl data structures