Author: kwilliams Date: Mon Mar 31 19:04:49 2008 New Revision: 11030 Modified: Module-Build/trunk/Changes Module-Build/trunk/lib/Module/Build/API.pod
Log: Edit the 'license' field description Modified: Module-Build/trunk/Changes ============================================================================== --- Module-Build/trunk/Changes (original) +++ Module-Build/trunk/Changes Mon Mar 31 19:04:49 2008 @@ -1,5 +1,8 @@ Revision history for Perl extension Module::Build. + - Edited the Module::Build::API docs prose about the 'license' field + in response to some comments on the module-authors mailing list. + 0.2808_02 - Fixed a typo in some example code in the Cookbook. [Jeremy Leader] Modified: Module-Build/trunk/lib/Module/Build/API.pod ============================================================================== --- Module-Build/trunk/lib/Module/Build/API.pod (original) +++ Module-Build/trunk/lib/Module/Build/API.pod Mon Mar 31 19:04:49 2008 @@ -502,16 +502,16 @@ sync with your written documentation if you ever change your licensing terms. +You may also use a license type of C<unknown> if you don't wish to +specify your terms in the metadata. + It is a fatal error to use a license other than the ones mentioned above. This is not because I wish to impose licensing terms on you - please let me know if you would like another license option to be -added to the list. You may also use a license type of C<unknown> if -you don't wish to specify your terms (but this is usually not a good -idea for you to do!). - -I just started out with a small set of licenses to keep things simple, -figuring I'd let people with actual working knowledge in this area -tell me what to do. So if that's you, drop me a line. +added to the list. I just started out with a small set of licenses to +keep things simple, figuring I'd let people with actual working +knowledge in this area tell me what to do. So if that's you, drop me +a line. =item meta_add
