This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Convert sigtrap.t to test.pl
authorFather Chrysostomos <sprout@cpan.org>
Fri, 24 Sep 2010 06:08:18 +0000 (23:08 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 24 Sep 2010 06:08:18 +0000 (23:08 -0700)
lib/sigtrap.t

index 2d5683f..13775f7 100644 (file)
@@ -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' );