On Oct 11, 2009, at 6:16 AM, David Golden wrote:
As I said in the original comments -- I don't think anyone actually uses the "license" field in META today. Case examples anyone? Can we adopt a YAGNI principle on license?
I always use `license => 'perl',` in my `Build.PL` files, unless I'm building something that's proprietary (and not on CPAN), in which case I use `license => 'restrictive',`. I think it's useful for the common cases.
Best, David