2006-06-09 13:19:19 rurban@cpan.org

	* Win32-GUI-Constants/Constants.PL: fix eol handling for cygwin
	* Win32-GUI-Constants/Makefile.PL:  pathsep handling for cygwin works on win also, 
	but not vice versa

--- ./Win32-GUI-Constants/Constants.PL.orig	2006-06-01 21:46:12.000000000 +0200
+++ ./Win32-GUI-Constants/Constants.PL	2006-06-09 13:17:19.993125000 +0200
@@ -298,6 +298,7 @@
 	$type = $1 if ($line =~ /^# \(@\)(\w+)/);
 	next if $line =~ /^#/;   # discard comments
         chomp $line;
+	$line =~ s/\cM$// if $^O eq 'cygwin';
 
 	if ($type eq 'DEFINE') {
             push @defines, "#define $line";
--- ./Win32-GUI-Constants/Makefile.PL.orig	2006-05-13 17:39:30.000000000 +0200
+++ ./Win32-GUI-Constants/Makefile.PL	2006-06-09 12:59:17.883750000 +0200
@@ -67,7 +67,7 @@
 phash.def :: subdirs
 
 phash.def :: constants.src
-	hash\perfect.exe < constants.src
+	hash/perfect.exe < constants.src
 
 __POSTAMBLE
 }
