summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dist.ini13
1 files changed, 13 insertions, 0 deletions
diff --git a/dist.ini b/dist.ini
new file mode 100644
index 0000000..e252d03
--- /dev/null
+++ b/dist.ini
@@ -0,0 +1,13 @@
+name = Graph-Implicit
+version = 0.01
+author = Jesse Luehrs <doy at tozt dot net>
+license = Perl_5
+copyright_holder = Jesse Luehrs
+abstract = graph algorithms for graphs that aren\'t necessarily fully specified
+
+[@Classic]
+
+[Prereq]
+Heap::Simple = 0
+List::MoreUtils = 0
+Test::More = 0