Subject: | License grants wrong copyright |
The LICENSE file in 0.14 has (several) copyright lines as:
This software is copyright (c) 2018 by Christian Hansen.
I'm assuming this is a copy/paste error as it's the same in your other recent releases. Aside from the copyright holder, the year should be the earliest year to which you claim copyright to the name/code, which for some dists should be older than 2018. You can use App::Software::License to easily generate a correct LICENSE file using something like:
software-license --holder 'Felipe Gaspar' --year 2016 --license Perl_5 --type license > LICENSE