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

<http://perl5.git.perl.org/perl.git/commitdiff/0b44976fa1f8090be63510bb42ef35efd1c4005a?hp=4fc5719fceeb319da13d5c66bf649a5896d5065e>

- Log -----------------------------------------------------------------
commit 0b44976fa1f8090be63510bb42ef35efd1c4005a
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Thu Oct 6 08:46:35 2011 -0700

    Correct skip counts for miniperl
-----------------------------------------------------------------------

Summary of changes:
 t/uni/gv.t    |    2 +-
 t/uni/stash.t |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/t/uni/gv.t b/t/uni/gv.t
index 14d07ac..bd1fee1 100644
--- a/t/uni/gv.t
+++ b/t/uni/gv.t
@@ -294,7 +294,7 @@ is($J[0], 1);
 
 {
     SKIP: {
-        skip_if_miniperl('no dynamic loading on miniperl, no Encode');
+        skip_if_miniperl('no dynamic loading on miniperl, no Encode', 2);
         # Need some sort of die or warn to get the global destruction text if 
the
         # bug is still present
         my $prog = <<'EOPROG';
diff --git a/t/uni/stash.t b/t/uni/stash.t
index c54f0cc..f6e8c42 100644
--- a/t/uni/stash.t
+++ b/t/uni/stash.t
@@ -72,7 +72,7 @@ plan( tests => 58 );
     }
 
     SKIP: {
-        eval { require B; 1 } or skip "no B", 29;
+        eval { require B; 1 } or skip "no B", 28;
     
         *b = \&B::svref_2object;
         my $CVf_ANON = B::CVf_ANON();

--
Perl5 Master Repository

Reply via email to