In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/7cba3dc75200c59cf127095043b2d7f73b752b7d?hp=816641584282d213d868a7ba4be00e24f46daa79>

- Log -----------------------------------------------------------------
commit 7cba3dc75200c59cf127095043b2d7f73b752b7d
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Thu Sep 23 23:08:18 2010 -0700

    Convert sigtrap.t to test.pl
-----------------------------------------------------------------------

Summary of changes:
 lib/sigtrap.t |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/lib/sigtrap.t b/lib/sigtrap.t
index 2d5683f..13775f7 100644
--- a/lib/sigtrap.t
+++ b/lib/sigtrap.t
@@ -3,12 +3,13 @@
 BEGIN {
        chdir 't' if -d 't';
        @INC = '../lib';
+       require './test.pl';
 }
 
 use strict;
 use Config;
 
-use Test::More tests => 15;
+plan 15;
 
 use_ok( 'sigtrap' );
 

--
Perl5 Master Repository

Reply via email to