---
abstract: "Dijkstra's shortest path algorithm with methods to input/output graph datasets from/to supported file formats "
author:
  - 'D. Dewey Allen <ddallen16@gmail.com>'
build_requires:
  Test::More: '0'
configure_requires:
  ExtUtils::MakeMaker: '0'
dynamic_config: 0
generated_by: 'Dist::Zilla version 5.041, CPAN::Meta::Converter version 2.150005'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: Graph-Dijkstra
requires:
  Array::Heap::ModifiablePriorityQueue: '1.10'
  Benchmark: '0'
  Carp: '0'
  HTML::Entities: '0'
  JSON: '0'
  Regexp::Common: '0'
  Scalar::Util: '0'
  Text::CSV_XS: '0'
  XML::LibXML: '0'
version: '0.3'