Ticket #128: 0002-More-here-doc-skipping-fixes-for-perl.req-128.patch
| File 0002-More-here-doc-skipping-fixes-for-perl.req-128.patch, 0.8 kB (added by scop, 2 years ago) |
|---|
-
a/scripts/perl.req
old new 104 104 105 105 # skip the "= <<" block 106 106 107 if (m/^\s*\$(?:.*)\s*=\s*<<\s*(["'`])(. *)\1/ ||108 m/^\s*\$(.*)\s*=\s*<<(\w *)\s*;/) {107 if (m/^\s*\$(?:.*)\s*=\s*<<\s*(["'`])(.+?)\1/ || 108 m/^\s*\$(.*)\s*=\s*<<(\w+)\s*;/) { 109 109 $tag = $2; 110 110 while (<FILE>) { 111 111 chomp;

