Help for this page
package Algorithm::Graph; ... 1;
use strict; ... throws_ok { Algorithm::Graph::connected_components( [ [ 1, 2 ], [] ] ) + } qr/2-elem/, '[[1,2],[]]';