2013-07-27 12:39:50 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jul 27 11:58:09 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.12
|
|
|
|
- Change text in README referring to licence to match text in body of source, since it was in conflict
|
|
|
|
with the Artistic Licence V 2.0.
|
|
|
|
This was requested by Petr Pisar who packages stuff for Red Hat.
|
|
|
|
- Rename CHANGES to Changes as per CPAN::Changes::SPEC.
|
|
|
|
- Various spelling fixes in the docs, as kindly reported by dsteinbrunner.
|
|
|
|
|
Accepting request 177506 from home:coolo:update-perl
- updated to 1.11
- Correct the date (2012 -> 2013) in this file used for V 1.10.
- Correct the text at L<Tree::DAG_Node/AUTHOR> so it refers to Artistic License 2.0,
which now matches what it says in Build.PL and Makefile.PL. Resolves RT#83088.
- Change t/pod.t to look for Test::Pod 1.45, but comment out Test::Pod in Build.PL and Makefile.PL.
This means Test::Pod is not used at all if it is not installed. As per RT#83077.
- For pre-reqs such as strict, warnings, etc, which ship with Perl, set the version # to 0.
Reported as RT#80663 by Father Chrysostomos for Tree::DAG_Node.
- New maintainer: Ron Savage
- Pre-emptive apologies for any changes which are not back-compat. No such problems are expected, but the
introduction of new methods may disconcert some viewers.
- Fix RT#78858, reported by Gene Boggs. Audit code for similar problems.
- Fix RT#79506. reported by Ron Savage.
- Rename ChangeLog to CHANGES, and add Changelog.ini.
- Replace all uses of cyclicity_fault() and Carp::croak with die.
- Remove unused methods: decommission_root(), cyclicity_allowed(), cyclicity_fault(), inaugurate_root(),
no_cyclicity() and _update_links(). OK - cyclicity_fault() was called once. It just died.
- Add methods: format_node(), hashref2string(), is_root(), node2string(), tree2string().
tree2string($opts, $node) - unlike draw_ascii_tree() - can optionally print the tree starting at any node.
Override format_node(), hashref2string(), and node2string() if desired.
- Reformat the POD big-time.
- Add Build.PL.
- Re-write Makefile.PL.
- Remove use vars(@ISA $Debug $VERSION). Replace latter 2 with 'our ...'.
- Rename t/00_about_verbose.t to t/about.perl.t.
- Add scripts/cut.and.paste.subtrees.pl. Warning: Some trees get into an infinite loop.
- Add t/cut.and.paste.subtrees.t. Warning: Some trees get into an infinite loop.
- Document the options (discouraged by Sean) supported in the call to new($hashref).
OBS-URL: https://build.opensuse.org/request/show/177506
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tree-DAG_Node?expand=0&rev=15
2013-06-04 15:35:07 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 4 15:24:17 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.11
|
|
|
|
- Correct the date (2012 -> 2013) in this file used for V 1.10.
|
|
|
|
- Correct the text at L<Tree::DAG_Node/AUTHOR> so it refers to Artistic License 2.0,
|
|
|
|
which now matches what it says in Build.PL and Makefile.PL. Resolves RT#83088.
|
|
|
|
|
|
|
|
- Change t/pod.t to look for Test::Pod 1.45, but comment out Test::Pod in Build.PL and Makefile.PL.
|
|
|
|
This means Test::Pod is not used at all if it is not installed. As per RT#83077.
|
|
|
|
|
|
|
|
- For pre-reqs such as strict, warnings, etc, which ship with Perl, set the version # to 0.
|
|
|
|
Reported as RT#80663 by Father Chrysostomos for Tree::DAG_Node.
|
|
|
|
|
|
|
|
- New maintainer: Ron Savage
|
|
|
|
- Pre-emptive apologies for any changes which are not back-compat. No such problems are expected, but the
|
|
|
|
introduction of new methods may disconcert some viewers.
|
|
|
|
- Fix RT#78858, reported by Gene Boggs. Audit code for similar problems.
|
|
|
|
- Fix RT#79506. reported by Ron Savage.
|
|
|
|
- Rename ChangeLog to CHANGES, and add Changelog.ini.
|
|
|
|
- Replace all uses of cyclicity_fault() and Carp::croak with die.
|
|
|
|
- Remove unused methods: decommission_root(), cyclicity_allowed(), cyclicity_fault(), inaugurate_root(),
|
|
|
|
no_cyclicity() and _update_links(). OK - cyclicity_fault() was called once. It just died.
|
|
|
|
- Add methods: format_node(), hashref2string(), is_root(), node2string(), tree2string().
|
|
|
|
tree2string($opts, $node) - unlike draw_ascii_tree() - can optionally print the tree starting at any node.
|
|
|
|
Override format_node(), hashref2string(), and node2string() if desired.
|
|
|
|
- Reformat the POD big-time.
|
|
|
|
- Add Build.PL.
|
|
|
|
- Re-write Makefile.PL.
|
|
|
|
- Remove use vars(@ISA $Debug $VERSION). Replace latter 2 with 'our ...'.
|
|
|
|
- Rename t/00_about_verbose.t to t/about.perl.t.
|
|
|
|
- Add scripts/cut.and.paste.subtrees.pl. Warning: Some trees get into an infinite loop.
|
|
|
|
- Add t/cut.and.paste.subtrees.t. Warning: Some trees get into an infinite loop.
|
|
|
|
- Document the options (discouraged by Sean) supported in the call to new($hashref).
|
|
|
|
|
2011-11-18 11:31:23 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 18 11:07:57 UTC 2011 - coolo@suse.com
|
|
|
|
|
|
|
|
- use original .tar.gz
|
|
|
|
|
2010-11-30 19:29:24 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 30 19:20:56 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
- switch to perl_requires macro
|
|
|
|
|
2010-11-29 19:00:24 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 29 18:31:25 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
- remove /var/adm/perl-modules
|
|
|
|
|
2010-10-20 13:21:59 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 19 15:36:38 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
- add perl as explicit buildrequire
|
|
|
|
|
2008-03-26 15:30:53 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 12 15:36:01 CET 2008 - anicka@suse.cz
|
|
|
|
|
|
|
|
- package created (version 1.06)
|
|
|
|
|