Correct license specification in Makefile.PL
But note this is AGPLv3-or-later.
This commit is contained in:
parent
ae9685d16b
commit
dc12600b70
1 changed files with 2 additions and 3 deletions
|
@ -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!!!
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue