In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/df99f62f8260e7dbf4d2b00921876ae4cd282136?hp=a5d66edf3b2f5f3da4fab506fdb04a27ebd8575f>
- Log ----------------------------------------------------------------- commit df99f62f8260e7dbf4d2b00921876ae4cd282136 Author: Lajos Veres <[email protected]> Date: Wed Jan 28 20:04:07 2015 -0500 Corrections to spelling and grammatical errors. Extracted from patch submitted by Lajos Veres in RT #123693. Add Lajos Veres to Perl AUTHORS. ----------------------------------------------------------------------- Summary of changes: AUTHORS | 1 + Porting/bisect-runner.pl | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 7f2b8f0..665aa29 100644 --- a/AUTHORS +++ b/AUTHORS @@ -702,6 +702,7 @@ Krishna Sethuraman <[email protected]> Kriton Kyrimis <[email protected]> Kurt D. Starsinic <[email protected]> Kyriakos Georgiou +Lajos Veres <[email protected]> Larry Parmelee <[email protected]> Larry Schuler Larry Schwimmer <[email protected]> diff --git a/Porting/bisect-runner.pl b/Porting/bisect-runner.pl index 263e9b7..6987a90 100755 --- a/Porting/bisect-runner.pl +++ b/Porting/bisect-runner.pl @@ -100,7 +100,7 @@ if (defined $target && $target =~ /\.t\z/) { die_255("$0: Test-case targets can't be run with --$_") if $options{$_}; } - die_255("$0: Test-case targets can't be combined with an explict test") + die_255("$0: Test-case targets can't be combined with an explicit test") if @ARGV; # Needing this unless is a smell suggesting that this implementation of @@ -624,7 +624,7 @@ file is fed to C<patch -p1> on standard input. For C<=~>, the patch is applied if no lines match the pattern. As the empty pattern in Perl is a special case (it matches the most recent -sucessful match) which is not useful here, an the treatment of empty pattern +successful match) which is not useful here, an the treatment of empty pattern is special-cased. C<I<filename> =~ //> applies the patch if filename is present. C<I<filename> !~ //> applies the patch if filename missing. This makes it easy to unconditionally apply patches to files, and to use a patch -- Perl5 Master Repository
