We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b713bbf commit 72fdb7dCopy full SHA for 72fdb7d
t/porting/test_bootstrap.t
@@ -39,7 +39,7 @@ while (my $file = <$fh>) {
39
# but exclude this file from that test.
40
unlike(
41
$contents,
42
- qr/use\s+Test::(?:Simple|More)/,
+ qr/use\s+(?:Test::(?:Simple|More|Builder)|Test2)/,
43
"$file doesn't use Test::Simple or Test::More"
44
) unless ($file =~ m|porting/test_bootstrap\.t|);
45
next unless $file =~ m!^base/! or $file =~ m!^comp!;
0 commit comments