develooper Front page | perl.perl5.porters | Postings from March 2001

[PATCH perl@9424] further MM_VMS.pm tweak

Thread Next
From:
Craig A. Berry
Date:
March 29, 2001 15:07
Subject:
[PATCH perl@9424] further MM_VMS.pm tweak
Message ID:
5.0.2.1.0.20010328172535.017d5600@exchi01
The quoting wasn't quite right in my patch to 9359.  This fixes it and makes 
all the extensions find Config.pm happily during the build.

BTW, cwd.t and xs-typemap.t will require some porting work I haven't had a 
chance to do yet.

--- lib/ExtUtils/MM_VMS.pm;-0   Wed Mar 28 11:08:39 2001
+++ lib/ExtUtils/MM_VMS.pm      Wed Mar 28 17:15:09 2001
@@ -1389,7 +1389,7 @@
     push @m,
 qq[POD2MAN_EXE = $pod2man_exe\n],
 q[POD2MAN = $(PERL) -we "%m=@ARGV;for (keys %m){" -
--e "system(""MCR $^X "-I$(PERL_ARCHLIB)" "-I$(PERL_LIB)" $(POD2MAN_EXE) $_ >$m{$_}"");}"
+-e "system(qq/MCR $^X ""-I$(PERL_ARCHLIB)"" ""-I$(PERL_LIB)"" $(POD2MAN_EXE) $_ >$m{$_}/);}"
 ];
     push @m, "\nmanifypods : \$(MAN1PODS) \$(MAN3PODS)\n";
     if (%{$self->{MAN1PODS}} || %{$self->{MAN3PODS}}) {
[end of patch]


_______________________________________________
Craig A. Berry                                   
mailto:craig.berry@SignalTreeSolutions.com


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