Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5f19e977f8 | ||
|
|
0005452ce1 | ||
|
|
140f42d6ad |
@@ -63,7 +63,7 @@ my $build = Module::Build->new(
|
|||||||
recommends => {
|
recommends => {
|
||||||
"File::MMagic" => 0,
|
"File::MMagic" => 0,
|
||||||
"IO::Compress::Gzip" => 0,
|
"IO::Compress::Gzip" => 0,
|
||||||
"IO::Compress::Bzip2" => 2,
|
"IO::Compress::Bzip2" => 0,
|
||||||
"IO::Compress::Xz" => 0,
|
"IO::Compress::Xz" => 0,
|
||||||
"Term::ReadKey" => 0,
|
"Term::ReadKey" => 0,
|
||||||
},
|
},
|
||||||
|
|||||||
+1
-1
@@ -53,7 +53,7 @@ our (%OPT_PREREQ);
|
|||||||
%OPT_PREREQ = (
|
%OPT_PREREQ = (
|
||||||
"File::MMagic" => 0,
|
"File::MMagic" => 0,
|
||||||
"IO::Compress::Gzip" => 0,
|
"IO::Compress::Gzip" => 0,
|
||||||
"IO::Compress::Bzip2" => 2,
|
"IO::Compress::Bzip2" => 0,
|
||||||
"IO::Compress::Xz" => 0,
|
"IO::Compress::Xz" => 0,
|
||||||
"Term::ReadKey" => 0,
|
"Term::ReadKey" => 0,
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -658,7 +658,7 @@ Thanks
|
|||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|
||||||
Copyright (C) 2001-2021 imacat.
|
Copyright (C) 2001-2022 imacat.
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
|||||||
Reference in New Issue
Block a user