summaryrefslogtreecommitdiff
path: root/utils/perlbug.PL
diff options
context:
space:
mode:
Diffstat (limited to 'utils/perlbug.PL')
-rw-r--r--utils/perlbug.PL2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/perlbug.PL b/utils/perlbug.PL
index 78c3b428a1..f53a009fc1 100644
--- a/utils/perlbug.PL
+++ b/utils/perlbug.PL
@@ -41,6 +41,8 @@ my @patches;
while (<PATCH_LEVEL>) {
last if /^\s*}/;
next if /^\s*#/; # preprocessor stuff
+ next if /PERL_GIT_UNPUSHED_COMMITS/; # XXX exapand instaed
+ next if /PERL_GIT_UNCOMMITTED_CHANGES/; # XXX exapand instaed
chomp;
s/^\s+,?\s*"?//;
s/"?\s*,?$//;