Codebase list libgraph-perl / 5821825
0.9726 Ed J 1 year, 2 months ago
2 changed file(s) with 4 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 0.9726 2023-02-11
1 - fix subgraph of undirected (#28) - thanks @merkys for report
2
03 0.9725 2021-10-10
14 - fix refvertexed which was stringifying not using ref address - thanks @merkys for report
25
1313
1414 use Graph::AdjacencyMap qw(:flags :fields);
1515
16 our $VERSION = '0.9725';
16 our $VERSION = '0.9726';
1717
1818 require 5.006; # Weak references are absolutely required.
1919