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