From 6daf9bc1cf66768b1aaa90119ae5cfcab9aec53c Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Mon, 30 Jan 2017 20:47:54 +0100 Subject: [PATCH] Note missing support for "or any later version" in Software::License See https://github.com/Perl-Toolchain-Gang/Software-License/issues/55 --- dist.ini | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dist.ini b/dist.ini index 813f1e2..9c61556 100644 --- a/dist.ini +++ b/dist.ini @@ -1,10 +1,14 @@ name = systray-mdstat version = 0.1 main_module = bin/systray-mdstat -license = GPL_3 authors = Axel Beckert copyright_holder = Axel Beckert +; actually the license is "GPL_3+", but Software::License currently +; does not yet support that notion, see +; https://github.com/Perl-Toolchain-Gang/Software-License/issues/55 +license = GPL_3 + [@Basic] [MetaJSON] ;[PodCoverageTests]