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 be5ba2a commit d6f3cb9Copy full SHA for d6f3cb9
t/command-bootstrap-man.t
@@ -2,10 +2,11 @@
2
3
use v6.c;
4
5
-use File::Temp;
6
use App::Cpan6::Commands::Bootstrap::Man;
7
use App::Cpan6::Commands::New;
8
use App::Cpan6::Config;
+use File::Temp;
9
+use File::Which;
10
use Test;
11
12
if (!which("a2x")) {
t/command-dist.t
@@ -5,6 +5,7 @@ use v6.c;
use App::Cpan6::Commands::Dist;
use File::Temp;
multi sub MAIN { 0 }
0 commit comments