summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-06-30 17:52:05 -0500
committerJesse Luehrs <doy@tozt.net>2009-06-30 17:52:05 -0500
commit7ec33bc5dad0f150b0dea11bdf22a76f4a52a249 (patch)
tree3be67b43bd3ee892f0701fa28bf4053da64829b4
parent58f288f532f7e7ccb8ceafa75914e63b0ba03704 (diff)
downloadgraph-implicit-7ec33bc5dad0f150b0dea11bdf22a76f4a52a249.tar.gz
graph-implicit-7ec33bc5dad0f150b0dea11bdf22a76f4a52a249.zip
make a note in the docs about installing Heap::Simple::XS
-rw-r--r--lib/Graph/Implicit.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Graph/Implicit.pm b/lib/Graph/Implicit.pm
index 0de834a..ac37291 100644
--- a/lib/Graph/Implicit.pm
+++ b/lib/Graph/Implicit.pm
@@ -323,6 +323,10 @@ sub make_path {
return reverse @path;
}
+=head1 NOTES
+
+This module uses L<Heap::Simple> for several of the algorithms. Unfortunately, L<Heap::Simple> doesn't provide a default implementation, so this module depends explicitly on L<Heap::Simple::Perl>, to avoid XS dependencies. The L</dijkstra> and L</astar> algorithms will run much faster if you install L<Heap::Simple::XS> manually.
+
=head1 BUGS
No known bugs.