In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/8f8135cdff76dd70a053d47afbf3708bbacee96e?hp=619dadb5060276c23775f8ce53d155587c914dc5>
- Log ----------------------------------------------------------------- commit 8f8135cdff76dd70a053d47afbf3708bbacee96e Author: Jim Cromie <[email protected]> Date: Tue Jun 18 15:46:32 2013 -0600 concise.t: correct test description to match actual test Commit c6036734 changed the subject of an optimized constant function rendering test to one from the Storable API (ie stable), but missed the function name repeated in the test description. Fix that now. ----------------------------------------------------------------------- Summary of changes: ext/B/t/concise.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/B/t/concise.t b/ext/B/t/concise.t index 9a1d1db..c503fd6 100644 --- a/ext/B/t/concise.t +++ b/ext/B/t/concise.t @@ -399,7 +399,7 @@ $out = runperl ( switches => ["-MStorable", "-MO=Concise,-stash=Storable,-src"], prog => '-e 1', stderr => 1 ); like($out, qr/FUNC: \*Storable::BIN_MAJOR/, - "stash rendering includes constant sub: PAD_FAKELEX_MULTI"); + "stash rendering has constant sub: Storable::BIN_MAJOR"); like($out, qr/BIN_MAJOR is a constant sub, optimized to a IV/, "stash rendering identifies it as constant"); -- Perl5 Master Repository
