From e3bf856e8a926c3ae9915129b6cd69011a520d1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Sat, 19 Mar 2022 08:48:35 +0800 Subject: [PATCH] Fixed the prerequisite modules declared in Makefile.PL and Build.PL. --- Build.PL | 1 + Makefile.PL | 1 + 2 files changed, 2 insertions(+) diff --git a/Build.PL b/Build.PL index cce11f6..33b8e88 100755 --- a/Build.PL +++ b/Build.PL @@ -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 => { diff --git a/Makefile.PL b/Makefile.PL index ff52ca0..a10496d 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -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{$_}