In perl.git, the branch smoke-me/cvgv has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/9210ca5494a13907ad48208ef5cf4c94facad116?hp=9c560c988c6ee71109369e2cda8a8b10303c683d>

- Log -----------------------------------------------------------------
commit 9210ca5494a13907ad48208ef5cf4c94facad116
Author: Father Chrysostomos <[email protected]>
Date:   Fri Sep 12 20:26:04 2014 -0700

    concise-xs.t needs to know about B::safename
-----------------------------------------------------------------------

Summary of changes:
 ext/B/t/concise-xs.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ext/B/t/concise-xs.t b/ext/B/t/concise-xs.t
index 2cad249..2dec40b 100644
--- a/ext/B/t/concise-xs.t
+++ b/ext/B/t/concise-xs.t
@@ -138,7 +138,7 @@ my $testpkgs = {
        perl => [qw(
                    walksymtable walkoptree_slow walkoptree_exec
                    timing_info savesym peekop parents objsym debug
-                   compile_stats clearsym class
+                   compile_stats clearsym class safename
                    )],
        XS => [qw(
                  warnhook walkoptree_debug walkoptree threadsv_names

--
Perl5 Master Repository

Reply via email to