In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/ca53e5d538c69672817c510e43c842c5a2bd2557?hp=c9ca859379e0038cd8bb6170fee4b33f9e314e70>

- Log -----------------------------------------------------------------
commit ca53e5d538c69672817c510e43c842c5a2bd2557
Author: Tony Cook <t...@develop-help.com>
Date:   Mon Nov 18 11:00:17 2013 +1100

    fix expected failure text for new croak.t test
-----------------------------------------------------------------------

Summary of changes:
 t/lib/croak/toke | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/lib/croak/toke b/t/lib/croak/toke
index 9020452..d6026d2 100644
--- a/t/lib/croak/toke
+++ b/t/lib/croak/toke
@@ -13,7 +13,7 @@ Can't find string terminator "foo" anywhere before EOF at 
(eval 1) line 1.
 /\N{/
 EXPECT
 Missing right brace on \N{} or unescaped left brace after \N at - line 1, 
within pattern
-Execution of -e aborted due to compilation errors.
+Execution of - aborted due to compilation errors.
 ########
 # NAME Missing name in "my sub"
 use feature 'lexical_subs'; my sub;

--
Perl5 Master Repository

Reply via email to