Subject: | Documentation bug |
There is a small bug in the POD. In the SYNOPSIS section, you have
use Algorithms::Graphs::TransitiveClosure qw /floyd_warshall/;
That should be 'Algorithm' rather than 'Algorithms'. Makes it easier to copy and paste :)
Thanks for the module.