In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/50a9fad1a8ce99fe48223ca407d09d01f8c4bef6?hp=87a470b7b3433f68d0c6e011de6d812ae330ab9e>
- Log ----------------------------------------------------------------- commit 50a9fad1a8ce99fe48223ca407d09d01f8c4bef6 Author: Nicholas Clark <[email protected]> Date: Wed Jun 30 17:24:56 2010 +0100 Convert Devel::Peek's test to Test::More. The flag change from 0x0 to 0x4 is because Test::More sets autoflush on STDOUT. ----------------------------------------------------------------------- Summary of changes: ext/Devel-Peek/t/Peek.t | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/ext/Devel-Peek/t/Peek.t b/ext/Devel-Peek/t/Peek.t index 699afd6..3c90f6e 100644 --- a/ext/Devel-Peek/t/Peek.t +++ b/ext/Devel-Peek/t/Peek.t @@ -8,12 +8,10 @@ BEGIN { } } -BEGIN { require "../../t/test.pl"; } +use Test::More tests => 52; use Devel::Peek; -plan(52); - our $DEBUG = 0; open(SAVERR, ">&STDERR") or die "Can't dup STDERR: $!"; @@ -633,7 +631,7 @@ do_test(25, BOTTOM_GV = 0x0 SUBPROCESS = 0 # $] < 5.009 TYPE = \'>\' - FLAGS = 0x0'); + FLAGS = 0x4'); do_test(26, *PIE{FORMAT}, -- Perl5 Master Repository
