diff -ru perl-5.8.1-RC3.orig/ext/Encode/bin/enc2xs perl-5.8.1-RC3/ext/Encode/bin/enc2xs
--- perl-5.8.1-RC3.orig/ext/Encode/bin/enc2xs 2003-07-10 02:10:42.000000000 -0400
+++ perl-5.8.1-RC3/ext/Encode/bin/enc2xs 2003-08-01 09:40:47.335001000 -0400
@@ -159,7 +159,7 @@
my ($doC,$doEnc,$doUcm,$doPet);
-if ($cname =~ /\.(c|xs)$/)
+if ($cname =~ /\.(c|xs)$/i) # VMS may have upcased filenames with DECC$ARGV_PARSE_STYLE defined
Thanks, applied in my (temporary) repository, too. The FreeBSD box which held my main repository just passed away (motherboard; HDDs remain intact). Sigh....
Dan the Encode Maintainer with Too Many Fragile Computers
