Skip to content

Commit

Permalink
Build update
Browse files Browse the repository at this point in the history
  • Loading branch information
Timofey Potapov committed May 15, 2024
1 parent 1e6bf4d commit ac23790
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ my $class = Module::Build->subclass(
"-q",
"head1=LOGO/Verbatim",
);
use App::Pod;
require App::Pod;
App::Pod->import;
App::Pod->run;
}
},
Expand Down

0 comments on commit ac23790

Please sign in to comment.