summaryrefslogtreecommitdiffstats
path: root/dzil
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-05-05 15:45:33 -0500
committerJesse Luehrs <doy@tozt.net>2012-05-05 15:46:35 -0500
commite0c9bb9e55f2072a966cbe32ab63fa00da23f2e2 (patch)
tree5e6953364126c2fe0912477abb89b6cc91bbf759 /dzil
parent918e22129f2c7e35d919d303f9eeec36fc325864 (diff)
downloadconf-e0c9bb9e55f2072a966cbe32ab63fa00da23f2e2.tar.gz
conf-e0c9bb9e55f2072a966cbe32ab63fa00da23f2e2.zip
"same terms as perl itself" really is a dumb license
Diffstat (limited to 'dzil')
-rw-r--r--dzil/profiles/default/root/dist.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/dzil/profiles/default/root/dist.ini b/dzil/profiles/default/root/dist.ini
index e46eb89..4475a2d 100644
--- a/dzil/profiles/default/root/dist.ini
+++ b/dzil/profiles/default/root/dist.ini
@@ -1,6 +1,6 @@
name = {{ $dist->name }}
author = Jesse Luehrs <doy at cpan dot org>
-license = Perl_5
+license = MIT
copyright_holder = Jesse Luehrs
[@DOY]