File: ReleaseNotes

package info (click to toggle)
libdata-walk-perl 2.01-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 236 kB
  • sloc: perl: 164; makefile: 4
file content (25 lines) | stat: -rw-r--r-- 614 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Version 2.01 - 16 May 2016

* Fixed copyright date.
* Fixed contact information.

Version 2.00 - 13 Apr 2016

* All bugs from rt.cpan.org fixed.
* Removed option 'copy' because it was mostly useless.
* Bumped version number to 2.x because of incompatible changes.
* New variables $Data::Walk::index and $Data::Walk::key.

Version 1.00 - 11 May 2006

* The API is now considered stable.
* New global variable $Data::Walk::depth.
* Section "EXAMPLES" with some recipies in the pod Data::Walk(3).

Version 0.02 - 06 Dec 2005

* Renamed from Data::Traverse to Data::Walk.

Version 0.01 - 15 Nov 2005

* First version.