Skip to content

Commit

Permalink
use set-verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
gfldex committed Nov 24, 2016
1 parent f61ddfe commit 4e537b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/pod2onepage
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ sub MAIN (Bool :v(:verbose($v)), Str :$source-path, Str :$exclude, Bool :$no-cac
) {
my @exclude = $exclude.defined ?? $exclude.split: ',' !! ();
&verbose = &note if $v;
set-verbose(&verbose);

PROCESS::<$SCHEDULER> = ThreadPoolScheduler.new(initial_threads => 0, max_threads => $threads);
my $precomp-store = CompUnit::PrecompilationStore::File.new(prefix => $precomp-path.IO );
Expand Down

0 comments on commit 4e537b2

Please sign in to comment.