Fixed the prerequisite modules declared in Makefile.PL and Build.PL.

This commit is contained in:
依瑪貓 2022-03-19 08:48:35 +08:00
parent 9669ce4fdd
commit e3bf856e8a
2 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,7 @@ my $build = Module::Build->new(
"File::MMagic" => 0,
"Compress::Zlib" => 0,
"Compress::Bzip2" => 2,
"IO::Compress::Xz" => 0,
"Term::ReadKey" => 0,
},
build_requires => {

View File

@ -54,6 +54,7 @@ our (%OPT_PREREQ);
"File::MMagic" => 0,
"Compress::Zlib" => 0,
"Compress::Bzip2" => 2,
"IO::Compress::Xz" => 0,
"Term::ReadKey" => 0,
);
delete $OPT_PREREQ{$_}