In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/ce6c695966b127306e52c129235cf2190382ed6c?hp=45044cc2944b143b96cb9abef4fba15908fbf1d3>

- Log -----------------------------------------------------------------
commit ce6c695966b127306e52c129235cf2190382ed6c
Author: Jarkko Hietaniemi <[email protected]>
Date:   Thu Feb 26 22:09:55 2015 -0500

    No Scalar::Util under fresh miniperl.
-----------------------------------------------------------------------

Summary of changes:
 t/perf/taint.t | 1 +
 1 file changed, 1 insertion(+)

diff --git a/t/perf/taint.t b/t/perf/taint.t
index 386d97e..0c3ac82 100644
--- a/t/perf/taint.t
+++ b/t/perf/taint.t
@@ -19,6 +19,7 @@ BEGIN {
     @INC = ('../lib');
     require Config; import Config;
     require './test.pl';
+    skip_all_if_miniperl("No Scalar::Util under miniperl");
 }
 
 use strict;

--
Perl5 Master Repository

Reply via email to