WriteMakefile( ... LICENSE => 'XXX', ... ); #### Invalid LICENSE value 'XXX' #### LICENSE => ['restricted'], #### WARNING: LICENSE takes a string/number not a ARRAY reference. #### license => ['restricted'], #### WARNING: license is not a known parameter. #### LICENSE => 'restricted', #### LICENSE => 'unrestricted',