develooper Front page | perl.perl5.porters | Postings from June 2008

Re: [patch@33919] Module build changes for VMS

Thread Previous | Thread Next
From:
David Landgren
Date:
June 5, 2008 10:16
Subject:
Re: [patch@33919] Module build changes for VMS
Message ID:
48481F43.2040804@landgren.net
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?

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About