In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/775e571870df24da0c43e0c911ccb42ddec687a0?hp=de0885da327045eed274d7f8913a58e6de0e0f30>
- Log ----------------------------------------------------------------- commit 775e571870df24da0c43e0c911ccb42ddec687a0 Author: David Mitchell <[email protected]> Date: Tue May 5 15:50:49 2015 +0100 fix weird comment in cop.h blurb The original blurb which I added to the top of cop.h had an ambiguous statement in it that sometime later got "corrected" into the wrong meaning. ----------------------------------------------------------------------- Summary of changes: cop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cop.h b/cop.h index ce0cd54..4e3e420 100644 --- a/cop.h +++ b/cop.h @@ -7,7 +7,7 @@ * License or the Artistic License, as specified in the README file. * * Control ops (cops) are one of the two ops OP_NEXTSTATE and OP_DBSTATE, - * that (loosely speaking) are separate statements. + * that (loosely speaking) are statement separators. * They hold information important for lexical state and error reporting. * At run time, PL_curcop is set to point to the most recently executed cop, * and thus can be used to determine our current state. -- Perl5 Master Repository
