John E. Malmberg wrote:
John E. Malmberg wrote:
Craig A. Berry wrote:

At 4:17 PM -0500 5/25/08, John E. Malmberg wrote:

Please review these patches for improving module build on VMS.
These  were being discussed before the 5.10 release, but not included.

Thanks, I'll have a look.  A few initial comments mixed in below.

Revised patch attached.

[...]

--- /rsync_root/perl/lib/Module/Build/t/compat.t        Thu Feb 21 08:04:41 2008
+++ lib/Module/Build/t/compat.t Mon May 26 12:59:00 2008
@@ -21,6 +21,7 @@
 }
 ok 1, "Loaded";

+my $vms_mms = ($^O eq 'VMS') && ($Config{make} =~ /MM[S|K]/i);

That would be $Config{make} =~ /MM[SK]/i
Vertical pipe loses its magic in a character class.

David

--
Stubborn tiny lights vs. clustering darkness forever ok?

Reply via email to