This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Convert sigtrap.t to test.pl
[perl5.git]
/
lib
/
sigtrap.t
diff --git
a/lib/sigtrap.t
b/lib/sigtrap.t
index
2d5683f
..
13775f7
100644
(file)
--- 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' );