Correct license specification in Makefile.PL

But note this is AGPLv3-or-later.
This commit is contained in:
Bradley M. Kuhn 2015-12-13 13:06:39 -08:00
parent ae9685d16b
commit dc12600b70

View file

@ -8,7 +8,6 @@ WriteMakefile(
PREREQ_PM => { DBI => 1.6, 'Test::Exception' => 0.35, 'Mail::RFC822::Address' => 0.3 },
ABSTRACT_FROM => 'lib/Supporters.pm', # retrieve abstract from module
AUTHOR => 'Bradley M. Kuhn <bkuhn@>',
#LICENSE => 'perl',
#Value must be from legacy list of licenses here
#http://search.cpan.org/perldoc?Module%3A%3ABuild%3A%3AAPI
LICENSE => 'agpl_3',
#NOTE: This is AGPLv3-or-later but MakeMaker doesn't offer -or-later options!!!
);