In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/7163f51000bd5b33134c580d3e8d33b93048a2f5?hp=ac61699357a71f9f4507bf32546c2f3f856ce3b5>
- Log ----------------------------------------------------------------- commit 7163f51000bd5b33134c580d3e8d33b93048a2f5 Author: Father Chrysostomos <[email protected]> Date: Wed Dec 7 12:27:25 2011 -0800 Fix ext/B/t/f_map.t failure Tiny typo on my part. Strangely, the tests passed for me before, so I probably made a mistake in trying to switch branches. ----------------------------------------------------------------------- Summary of changes: ext/B/t/f_map.t | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ext/B/t/f_map.t b/ext/B/t/f_map.t index aead90f..bedb7a0 100644 --- a/ext/B/t/f_map.t +++ b/ext/B/t/f_map.t @@ -62,7 +62,7 @@ checkOptree(note => q{}, # d <2> aassign[t9] KS/COMMON # e <1> leavesub[1 ref] K/REFC,1 EOT_EOT -# 1 <;> nextstate(main 559 (eval 15):1) v% +# 1 <;> nextstate(main 559 (eval 15):1) v:% # 2 <0> pushmark s # 3 <0> pushmark s # 4 <$> gv(*nums) s -- Perl5 Master Repository
