+ Metadata fixes in Build.PL and correct bugtracker queue in Makefile.PL. Thanx to dsteinbrunner (via github). + Merge source from https://github.com/stevan/tree-simple. + Add bugtracker and license to Build.PL and Makefile.PL. + Maintenance now by Ron Savage. + Rectify datestamp format in this file. + Make Simple.pm and Visitor.pm have the same version #. + Reformat Build.PL and Makefile.PL. + Move t/pod* into xt/author/. + Minor doc patches. + Add t/17_Tree_Simple_width_test.t. This code was attached to RT#40407, to demonstrate a bug in keeping a running total of the width (leaf count) of a tree during node additions to leaves. + Add t/21_Tree_Simple_Visitor_test.t. This code was attached to RT#30032, to demonstrate a bug in including the root in a traversal after calling $visitor -> includeTruck(1). + RT#30032: Adopt patch from Moses Amaro. With thanx. + RT#38607: Reject. Suppressing deep recursion warnings should not normally be done. Sub-class! + RT#40407: Adopt patch from David Cryer. With thanx. + RT#84797: Reject. Changing the return value of setUID could break any amount of code. OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tree-Simple?expand=0&rev=7
38 lines
1.6 KiB
Plaintext
38 lines
1.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Oct 14 17:45:49 UTC 2013 - lars@linux-schulserver.de
|
|
|
|
- update to 1.22:
|
|
+ Metadata fixes in Build.PL and correct bugtracker queue in
|
|
Makefile.PL. Thanx to dsteinbrunner (via github).
|
|
+ Merge source from https://github.com/stevan/tree-simple.
|
|
+ Add bugtracker and license to Build.PL and Makefile.PL.
|
|
+ Maintenance now by Ron Savage.
|
|
+ Rectify datestamp format in this file.
|
|
+ Make Simple.pm and Visitor.pm have the same version #.
|
|
+ Reformat Build.PL and Makefile.PL.
|
|
+ Move t/pod* into xt/author/.
|
|
+ Minor doc patches.
|
|
+ Add t/17_Tree_Simple_width_test.t. This code was attached to
|
|
RT#40407, to demonstrate a bug in keeping a running total of
|
|
the width (leaf count) of a tree during node additions to leaves.
|
|
+ Add t/21_Tree_Simple_Visitor_test.t. This code was attached to
|
|
RT#30032, to demonstrate a bug in including the root in a
|
|
traversal after calling $visitor -> includeTruck(1).
|
|
+ RT#30032: Adopt patch from Moses Amaro. With thanx.
|
|
+ RT#38607: Reject. Suppressing deep recursion warnings should
|
|
not normally be done. Sub-class!
|
|
+ RT#40407: Adopt patch from David Cryer. With thanx.
|
|
+ RT#84797: Reject. Changing the return value of setUID could
|
|
break any amount of code.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 1 09:44:40 UTC 2010 - coolo@novell.com
|
|
|
|
- switch to perl_requires macro
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 26 15:04:17 UTC 2009 - lars@linux-schulserver.de
|
|
|
|
- initial version 1.18
|
|
|