The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.96_01 - 2014-03-09

  • 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

Modules

graph data structures and algorithms
create and a map of graph vertices or edges
create and a map of graph vertices or edges
create and query the adjacency matrix of graph G
create and manipulate a V x V bit matrix of graph G
directed graphs
create and manipulate a V x V matrix of graph G
create and query transitive closure of graph
traverse graphs
breadth-first traversal of graphs
depth-first traversal of graphs
undirected graphs
union-find data structures
Perl extension for elements to be put in Heaps
a Perl extension for keeping data partially sorted

Provides

in lib/Graph/AdjacencyMap/Heavy.pm
in lib/Graph/AdjacencyMap/Light.pm
in lib/Graph/Attribute.pm
in lib/Graph/MSTHeapElem.pm
in lib/Graph/SPTHeapElem.pm
in lib/Graph/TransitiveClosure.pm