Skip Menu |

This queue is for tickets about the Module-Build CPAN distribution.

Report information
The Basics
Id: 29783
Status: resolved
Priority: 0/
Queue: Module-Build

People
Owner: Nobody in particular
Requestors: DTHOMAS [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.2808
Fixed in: (no value)



Subject: valid_licenses does not include Artistic License 2.0
In Module::Build::Base, the valid_licenses table does not include the Artistic License 2.0. Artistic 2.0 was approved by the OSI board on June 6th of this year. http://www.opensource.org/licenses/artistic-license-2.0.php PAUSE now comprehends "Artistic_2" when registering namespaces. Incidentally, while looking at the table, I was wondering: Are the following two entries in the valid_licenses table really supposed to be pointing to the same page? artistic => 'http://opensource.org/licenses/artistic-license.php', lgpl => 'http://opensource.org/licenses/artistic-license.php',
Thanks. Fixed in svn r10059.