Game::DijkstraMap - Dijkstra Map path finding

to install this module, use CPAN, for example:

    cpan Game::DijkstraMap

run perldoc(1) on Game::DijkstraMap for additional documentation


for the source code, see

https://github.com/thrig/Game-DijkstraMap

this can be built and installed by running

    perl Makefile.PL
    make
    make test
    make install