summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJustin Davis <jrcd83@gmail.com>2011-08-21 17:50:24 +0200
committerJustin Davis <jrcd83@gmail.com>2011-08-21 17:50:24 +0200
commit8379b1523ba2ac19f75ffdc68ce3cb32f0b31c6f (patch)
treebd819ef807b6abbe2e40674cddacba8d3c65444c /bin
parent10cd9c669749fceb14a8f394f3c33f7f90330d8b (diff)
downloadgenpkg-8379b1523ba2ac19f75ffdc68ce3cb32f0b31c6f.tar.gz
genpkg-8379b1523ba2ac19f75ffdc68ce3cb32f0b31c6f.tar.xz
Print default perl license until we can autodetect licenses.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/macros/perl-dist3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/macros/perl-dist b/bin/macros/perl-dist
index 9f47020..c942048 100755
--- a/bin/macros/perl-dist
+++ b/bin/macros/perl-dist
@@ -423,6 +423,9 @@ sub printjam
}
print "+ $name $_\n" for (ref $val ? @$val : $val);
}
+
+ # TODO: autodetect license type
+ print "+ license $_\n" for (qw/PerlArtistic GPL/);
}
sub loadmeta