summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-06-30 17:44:41 -0500
committerJesse Luehrs <doy@tozt.net>2009-06-30 17:44:41 -0500
commit58f288f532f7e7ccb8ceafa75914e63b0ba03704 (patch)
tree4cd25cb07bf46bf55c15ace0aaefd79586dc4194
parent5d48375c33d08da09178afd0cd988b120b8dcf24 (diff)
downloadgraph-implicit-58f288f532f7e7ccb8ceafa75914e63b0ba03704.tar.gz
graph-implicit-58f288f532f7e7ccb8ceafa75914e63b0ba03704.zip
explicitly depend on Heap::Simple::Perl
just depending on Heap::Simple doesn't work, because Heap::Simple is just an interface class, and won't do anything without an implementation. it kinda sucks that the module author has to make this decision, but not really a good way around it.
-rw-r--r--dist.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/dist.ini b/dist.ini
index 64d871c..b032b05 100644
--- a/dist.ini
+++ b/dist.ini
@@ -9,6 +9,7 @@ abstract = graph algorithms for graphs that aren\'t necessarily fully specified
[Prereq]
Heap::Simple = 0
+Heap::Simple::Perl = 0
List::MoreUtils = 0
Test::More = 0
Test::Deep = 0