projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3e5e1e
)
perlbug tweak to grok local_patches better
author
Gurusamy Sarathy
<gsar@cpan.org>
Sun, 5 Mar 2000 17:46:18 +0000
(17:46 +0000)
committer
Gurusamy Sarathy
<gsar@cpan.org>
Sun, 5 Mar 2000 17:46:18 +0000
(17:46 +0000)
p4raw-id: //depot/perl@5550
utils/perlbug.PL
patch
|
blob
|
history
diff --git
a/utils/perlbug.PL
b/utils/perlbug.PL
index
f46564e
..
f6280d2
100644
(file)
--- a/
utils/perlbug.PL
+++ b/
utils/perlbug.PL
@@
-37,8
+37,8
@@
my @patches;
while (<PATCH_LEVEL>) {
last if /^\s*}/;
chomp;
- s/^\s+,?"?//;
- s/"?,?$//;
+ s/^\s+,?
\s*
"?//;
+ s/"?
\s*
,?$//;
s/(['\\])/\\$1/g;
push @patches, $_ unless $_ eq 'NULL';
}