summaryrefslogtreecommitdiffstats
path: root/dist.ini
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2009-02-07 01:29:08 -0500
committerdoy <doy@tozt.net>2009-02-07 01:29:08 -0500
commitcdf285acc0ca6883e7c189ccd472154f63687647 (patch)
tree705f3c13f46a139707806265c4a4811f1df180bf /dist.ini
parent861748e1915ad5f2448a0f0f740efadd8520c5d8 (diff)
downloadgraph-implicit-cdf285acc0ca6883e7c189ccd472154f63687647.tar.gz
graph-implicit-cdf285acc0ca6883e7c189ccd472154f63687647.zip
add dist.ini
Diffstat (limited to 'dist.ini')
-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