Update to 0.9703

Upstream changes:
0.9703 2015-09-29  Jarkko Hietaniemi  <jhi@iki.fi>
    - document (at user level) the openbsd random problem
    - using the 5.22+ Inf was done the wrong way:
      https://github.com/neilbowers/Graph/issues/1

0.9702 2015-09-28  Jarkko Hietaniemi  <jhi@iki.fi>
    - rt.cpan.org 107394 $Storable::VERSION may contain underscores
    - follow-up to rt.cpan.org 104687: more docs, fixes, and tests for
      diameter/radius/shortest_path/center_vertices/vertex_eccentricity
      for corner cases like empty graph, single-vertex graphs, and
      in general unconnected graphs
    - for perl 5.22 or later one should be able to use Inf for Infinity
    - openbsd before perl 5.20 had nondeterministic rand()

0.97 2015-09-22  Jarkko Hietaniemi  <jhi@iki.fi>
    - rt.cpan.org 104687 diameter and centre of a one vertex graph
    - rt.cpan.org 107195 [PATCH] fix POD: add missing NAME header
    - rt.cpan.org 107194 [PATCH] fix a spelling mistake
    - rt.cpan.org #94046 Loading graph produces a warning with Perl 5.16.3
    - rt.cpan.org 62626 Graph::TransitiveClosure::Matrix contradictory wrt reflexive
    - rt.cpan.org 71793 Problem with APSP and default weight 1
    - rt.cpan.org 79143 Graph scalar context override causes problems
    - rt.cpan.org 92427 Graph::delete_vertex should not use _edges_at (in all cases)
    - rt.cpan.org 85238 bug in edges() method?
    - rt.cpan.org 93278 SPT_Dijkstra sometimes returns a wrong answer
    - rt.cpan.org 78465 find_a_cycle and has_cycle are broken
    - rt.cpan.org 92204 (longest path is not calculated correctly in this case)
    - rt.cpan.org 65497 induced subgraph method
    - plus various doc and code nits found while looking at the above

0.96_01 2014-03-09 @NEILB
    - Taken over maintenance from JHI
    - Specified min perl version 5.6.0
    - Tweaked COPYRIGHT and LICENSE in pod to match usual form
    - Added "use warnings", but that results in loads of warnings
      about functions redefined. So added "no warnings 'redefine';".
      Have to come back and work that one out!
    - Set all VERSION's to 0.96_01. I suspect a switch to Dist::Zilla
      might be coming soon...
    - Updated README to acknowledge change in maintainer
    - Reformatted as per CPAN::Changes::Spec
This commit is contained in:
wen 2015-09-30 10:47:35 +00:00
parent 4661ad1198
commit e5b4533791
2 changed files with 6 additions and 7 deletions

View file

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.28 2015/06/12 10:49:17 wiz Exp $
# $NetBSD: Makefile,v 1.29 2015/09/30 10:47:35 wen Exp $
DISTNAME= Graph-0.96
DISTNAME= Graph-0.9703
PKGNAME= p5-${DISTNAME}
PKGREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Graph/}

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.10 2013/05/27 13:54:06 wen Exp $
$NetBSD: distinfo,v 1.11 2015/09/30 10:47:35 wen Exp $
SHA1 (Graph-0.96.tar.gz) = c2c1b9a6725706757d6eaf54ca85997843d340aa
RMD160 (Graph-0.96.tar.gz) = 254f42f014381f6002a9bafcc71c1d791b95d5e8
Size (Graph-0.96.tar.gz) = 147629 bytes
SHA1 (Graph-0.9703.tar.gz) = 335d36e19e84ce1674ade231cf1362e1bf3f21f6
RMD160 (Graph-0.9703.tar.gz) = a09a5106d18937ecd39887d2e7371adb46a4069d
Size (Graph-0.9703.tar.gz) = 146813 bytes