summaryrefslogtreecommitdiffstats
path: root/dist.ini
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-11-17 00:07:42 -0600
committerJesse Luehrs <doy@tozt.net>2009-11-17 00:07:42 -0600
commitadf1468b40da591d6eb27e03125ce3dfdf08977a (patch)
treeedfad7b46a8137344fd0d01a5c67504f2a5b0fa5 /dist.ini
parentb26a073d490419d0619fd4e4381fc4a733a5dcbc (diff)
downloadgames-word-adf1468b40da591d6eb27e03125ce3dfdf08977a.tar.gz
games-word-adf1468b40da591d6eb27e03125ce3dfdf08977a.zip
convert to dzil
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