In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/7acb6aa6c27bdd5c90522b7c65c5e3cf9a184f6b?hp=8a00c8caf7ac9ccd6bd8eaa8869321108bfef1c6>
- Log ----------------------------------------------------------------- commit 7acb6aa6c27bdd5c90522b7c65c5e3cf9a184f6b Author: Jerry D. Hedden <[email protected]> Date: Wed Aug 12 14:28:37 2009 -0400 Typos in perlbug.PL ----------------------------------------------------------------------- Summary of changes: utils/perlbug.PL | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/perlbug.PL b/utils/perlbug.PL index f53a009..9df77fe 100644 --- a/utils/perlbug.PL +++ b/utils/perlbug.PL @@ -41,8 +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 + next if /PERL_GIT_UNPUSHED_COMMITS/; # XXX expand instead + next if /PERL_GIT_UNCOMMITTED_CHANGES/; # XXX expand instead chomp; s/^\s+,?\s*"?//; s/"?\s*,?$//; -- Perl5 Master Repository
