Author: kwilliams
Date: Mon May 12 05:35:13 2008
New Revision: 11252

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

Log:
Add Unix platforms

Modified: Module-Build/trunk/Changes
==============================================================================
--- Module-Build/trunk/Changes  (original)
+++ Module-Build/trunk/Changes  Mon May 12 05:35:13 2008
@@ -1,5 +1,7 @@
 Revision history for Perl extension Module::Build.
 
+ - Added 'gnu' and 'gnukfreebsd' as Unix variants. [Niko Tyni]
+
  - Fixed a couple bugs in how we quote arguments to external processes
    when they have to pass through the shell.  Also much more
    thoroughly tested our quoting now.

Modified: Module-Build/trunk/lib/Module/Build.pm
==============================================================================
--- Module-Build/trunk/lib/Module/Build.pm      (original)
+++ Module-Build/trunk/lib/Module/Build.pm      Mon May 12 05:35:13 2008
@@ -50,7 +50,9 @@
                 cygwin    Unix
                 os2       Unix
                 interix   Unix
-                
+                gnu       Unix
+                gnukfreebsd Unix
+
                 dos       Windows
                 MSWin32   Windows
 

Reply via email to