2018/03/20-01:52:32 Starman::Server (type Net::Server::PreFork) starting! pid(26334) Binding to UNIX socket file "/var/run/koha/kohadev/plack.sock" Setting gid to "1001 1001" Setting uid to "1001" Database update needed, redirecting to Installer. Database is 17.1200020 and Koha is 17.1200021 at /home/vagrant/kohaclone/C4/Auth.pm line 721. Could not dup 'STDIN': Invalid argument at /usr/share/perl5/Archive/Extract.pm line 152. Could not restore 'STDIN': Invalid argument at /usr/share/perl5/Archive/Extract.pm line 152. By upgrading to 0.80 of Archive::Extract, this problem went away.
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.