SHA256
8
0
forked from pool/perl-Graph

Accepting request 177641 from home:coolo:update-perl

update

OBS-URL: https://build.opensuse.org/request/show/177641
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Graph?expand=0&rev=13
This commit is contained in:
Stephan Kulow
2013-06-05 08:20:18 +00:00
committed by Git OBS Bridge
parent 72db68f496
commit 53a1df9f2f
4 changed files with 43 additions and 48 deletions

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Wed Jun 5 05:50:19 UTC 2013 - coolo@suse.com
- updated to 0.96
* Address rt.cpan.org #85449:
"Graph-0.94 tests fail under perl 5.18.0"
* Address rt.cpan.org #82324:
"Test failures due to hash randomisation in perl 5.17.6"
The two above fixes were the same: the biconnectedness
code was rewritten from scratch. The new code behaves
differently (but I believe more correctly) on certain
edge cases, in general it will generate more biconnected
components and bridges, for example for "a=b=c" it will
now return the same two biconnected components and bridges
(cut edges), namely "a=b" and "b=c", the "b" of course being
the articulation point (cut vertex).
* Address rt.cpan.org #67213:
"[PATCH] pod fixes"
* Remove the t/u_bo.t and t/u_bo1.t since they die in 5.18 due
to some strange failure, looks unrelated to Graph as such,
probably some fix/change made by newer Perls.
* Release as 0.95.
-------------------------------------------------------------------
Fri Nov 18 11:10:38 UTC 2011 - coolo@suse.com