Hello,

  my Pugs (http://pugscode.org/) Win32 build needs this patch (attached)
too.

-    # set aside 20% for macro expansion.
-    my $len_left = int($self->max_exec_len * 0.80);
+    # set aside 30% for macro expansion.
+    my $len_left = int($self->max_exec_len * 0.70);

But as you see, this is not really fix.

-- 
S pozdravem Michal Jurosz

Index: lib/ExtUtils/MM_Any.pm
===================================================================
--- lib/ExtUtils/MM_Any.pm      (revision 3688)
+++ lib/ExtUtils/MM_Any.pm      (working copy)
@@ -145,8 +145,8 @@
     # newline.
     chomp $cmd;
 
-    # set aside 20% for macro expansion.
-    my $len_left = int($self->max_exec_len * 0.80);
+    # set aside 30% for macro expansion.
+    my $len_left = int($self->max_exec_len * 0.70);
     $len_left -= length $self->_expand_macros($cmd);
 
     do {

Reply via email to