| Summary: | Noise triggered by Archive::Extract during installation | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Mark Tompsett <mtompset> |
| Component: | Installation and upgrade (web-based installer) | Assignee: | Mark Tompsett <mtompset> |
| Status: | ASSIGNED --- | QA Contact: | Testopia <testopia> |
| Severity: | trivial | ||
| Priority: | P5 - low | CC: | gmcharlt |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 |
| Patch complexity: | --- | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: | Circulation function: | ||
|
Description
Mark Tompsett
2018-03-20 01:57:26 UTC
Granted, I had to cpan2deb --core-ok in order to get 0.80 nicely, and post Perl 5.20, Archive::Extract is no longer a core module. Archive::Tar and Archive::Tar::File are still core, but supposedly slower. However, since this is just used in plugin installation, I'm thinking switching to them if possible. Nope. I'm thinking of sticking with Archive::Zip. There is no clear test plan here, I am not sure how to replicate the reported behavior. |