summaryrefslogtreecommitdiffstats
path: root/dist.ini
diff options
context:
space:
mode:
Diffstat (limited to 'dist.ini')
-rw-r--r--dist.ini14
1 files changed, 14 insertions, 0 deletions
diff --git a/dist.ini b/dist.ini
new file mode 100644
index 0000000..dc54688
--- /dev/null
+++ b/dist.ini
@@ -0,0 +1,14 @@
+name = Games-Word
+version = 0.05
+author = Jesse Luehrs <doy at tozt dot net>
+license = Perl_5
+copyright_holder = Jesse Luehrs
+abstract = utility functions for writing word games
+
+[@Classic]
+
+[Prereq]
+List::MoreUtils = 0
+Math::Combinatorics = 0
+Test::Deep = 0
+Test::Exception = 0