Author: ericwilhelm
Date: Thu Nov 20 12:37:54 2008
New Revision: 12089

Modified:
   Module-Build/trunk/Changes
   Module-Build/trunk/lib/Module/Build/Base.pm

Log:
lib/Module/Build/Base.pm - lgpl2/lgpl3 entries in %licenses (RT#40532)
Changes                  - update


Modified: Module-Build/trunk/Changes
==============================================================================
--- Module-Build/trunk/Changes  (original)
+++ Module-Build/trunk/Changes  Thu Nov 20 12:37:54 2008
@@ -16,6 +16,7 @@
    create a LICENSE file during the 'dist' phase with the full text of
    the license.  This requires Software::License on the author's
    machine.  THIS ALSO STILL NEEDS DOCS.
+ - Added lgpl2/lgpl3 entries to the supported licenses (RT#40532).
 
  Test Fixes
  - Defend against more stray environment variables interfering

Modified: Module-Build/trunk/lib/Module/Build/Base.pm
==============================================================================
--- Module-Build/trunk/lib/Module/Build/Base.pm (original)
+++ Module-Build/trunk/lib/Module/Build/Base.pm Thu Nov 20 12:37:54 2008
@@ -3430,6 +3430,8 @@
     artistic     => 'Artistic_1_0',
     artistic_2   => 'Artistic_2_0',
     lgpl         => 'LGPL_2_1',
+    lgpl2        => 'LGPL_2_1',
+    lgpl3        => 'LGPL_3_0',
     bsd          => 'BSD',
     gpl          => 'GPL_1',
     gpl2         => 'GPL_2',

Reply via email to