Compare commits

..
3 Commits
Author SHA1 Message Date
imacat 5f19e977f8 Fixed the spaces. 2022-03-19 21:44:31 +08:00
imacat 0005452ce1 Revised the copyright in README.md. 2022-03-19 21:02:17 +08:00
imacat 140f42d6ad Revised the prerequisite module declarations in Makefile.PL and Build.PL. 2022-03-19 18:29:50 +08:00
4 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -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
View File
@@ -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,
); );
+1 -1
View File
@@ -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.