We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e118001 commit 98ca447Copy full SHA for 98ca447
Changes
@@ -1,3 +1,4 @@
1
+0.9727 2023-06-25
2
- fix biconnectivity to work with refvertexed (#29) - thanks @merkys for report
3
4
0.9726 2023-02-11
lib/Graph.pm
@@ -14,7 +14,7 @@ BEGIN {
14
15
use Graph::AdjacencyMap qw(:flags :fields);
16
17
-our $VERSION = '0.9726';
+our $VERSION = '0.9727';
18
19
require 5.006; # Weak references are absolutely required.
20
0 commit comments