Commit Graph

24 Commits

Author SHA1 Message Date
imacat e977e6ec9c Fixed an error in checking the file type in the test suite helper. 2022-03-19 09:42:11 +08:00
imacat 980409b142 Simplified the code to open files with the compression I/O in the test suite helper. 2022-03-19 09:41:43 +08:00
imacat 8f20c52412 Removed an excess blank line in the test suite helper. 2022-03-19 09:39:30 +08:00
imacat a7143ec9e3 Simplified the code to read from the compression I/O in the test suite helper. 2022-03-19 09:38:15 +08:00
imacat 716af0bc85 Simplified the code to write to the compression I/O in the test suite helper. 2022-03-19 09:35:03 +08:00
imacat 2f11fc5f0f Fixed an error in the error message. 2022-03-19 09:24:52 +08:00
imacat 3b2e2d0fa5 Replaced Compress::Zlib with IO::Compress::Gzip and IO::Uncompress::Gunzip. Replaced Compress::Bzip2 with IO::Compress::Bzip2 and IO::Uncompress::Bunzip2. 2022-03-19 09:23:39 +08:00
imacat e3bf856e8a Fixed the prerequisite modules declared in Makefile.PL and Build.PL. 2022-03-19 08:48:35 +08:00
imacat 9669ce4fdd Fixed an error checking file types in the test suite helper. 2022-03-19 08:39:49 +08:00
imacat 5b8d678b6b Added support for the xz compression. 2022-03-19 00:45:17 +08:00
imacat 3c7030099b Added the information that Compress::Zlib is shipped with the IO-Compress distribution now. 2021-02-11 08:58:27 +08:00
imacat 374441c19f Changed the links of the required and optional Perl modules from the distribution to the module POD. 2021-02-11 08:56:34 +08:00
imacat 3563f89054 Updated the information on Compress::Zlib in README.md, since it is merged into the IO-Compress package and included in the core Perl modules now. 2021-02-11 08:36:50 +08:00
imacat 502162504c Revised README, added Strawberry Perl, replaced the dead link to the outdated NMAKE.EXE with the instruction for the MS-Windows users to use Module::Build instead. NMAKE does not work now anyway. 2021-02-10 11:35:35 +08:00
imacat 5ef16593ca Added Build.bat to .gitignore. 2021-02-10 07:48:23 +08:00
imacat 8b747e207b Replaced MANIFEST.SKIP with the file created by Module::Build and my local extensions. 2021-02-08 09:38:36 +08:00
imacat 74e711cb00 Updated .gitignore, with MANIFEST.SKIP.bak and the distributional files added. 2021-02-08 09:08:22 +08:00
imacat 19625e61a7 Merged the THANKS file to README.md. 2021-02-07 13:46:25 +08:00
imacat 64d0751d2c Added Makefile.old to MANIFEST.SKIP. 2021-02-07 10:40:36 +08:00
imacat be93a04c43 Added Makefile.old to .gitignore. 2021-02-07 10:34:07 +08:00
imacat 279d943d40 Advanced to version 3.05. 2021-02-06 23:31:51 +08:00
imacat 896b7ac5ce Replaced the messy GNU-styled, multi-lingual documents with a single Markdown README.md. Added the GitHub repository to the document and removed the SourceForge website, my web page, and the SourceForge mailing list from the document. Removed the document license, and my PGP key from the package. Removed the signature file from the repository. Changed the license from GPLv3 to APLv2. Various fixes to avoid JetBrains IDE problem detection. 2021-02-06 19:34:55 +08:00
imacat 8e134b3a67 Added .gitignore. 2021-02-06 19:34:19 +08:00
依瑪貓 caa045c368 Initial commit. 2021-02-01 15:05:57 +08:00