Revised the prerequisite module declarations in Makefile.PL and Build.PL.
This commit is contained in:
@@ -61,11 +61,11 @@ my $build = Module::Build->new(
|
||||
"Date::Parse" => 0,
|
||||
},
|
||||
recommends => {
|
||||
"File::MMagic" => 0,
|
||||
"File::MMagic" => 0,
|
||||
"IO::Compress::Gzip" => 0,
|
||||
"IO::Compress::Bzip2" => 2,
|
||||
"IO::Compress::Xz" => 0,
|
||||
"Term::ReadKey" => 0,
|
||||
"IO::Compress::Bzip2" => 0,
|
||||
"IO::Compress::Xz" => 0,
|
||||
"Term::ReadKey" => 0,
|
||||
},
|
||||
build_requires => {
|
||||
"Module::Signature" => 0,
|
||||
|
||||
Reference in New Issue
Block a user