summaryrefslogtreecommitdiffstats
path: root/dzil
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-04-26 11:58:46 -0500
committerJesse Luehrs <doy@tozt.net>2012-04-30 11:50:51 -0500
commit918e22129f2c7e35d919d303f9eeec36fc325864 (patch)
tree279fb771ee60e6d68652069254e6593e830bf0a2 /dzil
parentf935094f613bf5b72d472520d489864f390e742c (diff)
downloadconf-918e22129f2c7e35d919d303f9eeec36fc325864.tar.gz
conf-918e22129f2c7e35d919d303f9eeec36fc325864.zip
update dzil config
Diffstat (limited to 'dzil')
-rw-r--r--dzil/config.ini2
-rw-r--r--dzil/profiles/default/root/dist.ini6
2 files changed, 5 insertions, 3 deletions
diff --git a/dzil/config.ini b/dzil/config.ini
index 08879f9..ac53298 100644
--- a/dzil/config.ini
+++ b/dzil/config.ini
@@ -1,6 +1,6 @@
[%User]
name = Jesse Luehrs
-email = doy at tozt dot net
+email = doy at cpan dot org
[%Rights]
license_class = Perl_5
diff --git a/dzil/profiles/default/root/dist.ini b/dzil/profiles/default/root/dist.ini
index 08e007b..e46eb89 100644
--- a/dzil/profiles/default/root/dist.ini
+++ b/dzil/profiles/default/root/dist.ini
@@ -1,9 +1,11 @@
name = {{ $dist->name }}
-author = Jesse Luehrs <doy at tozt dot net>
+author = Jesse Luehrs <doy at cpan dot org>
license = Perl_5
copyright_holder = Jesse Luehrs
[@DOY]
+:version = 0.08
dist = {{ $dist->name }}
+repository = github
-[Prereqs]
+[AutoPrereqs]