This is option a3 described in #16.
That is, try to load IO::Uncompress::Gunzip first, and if it is not available, try to use external gzip command with File::Which and IPC::Run3.
@xdg You suggested option a1, but I think it would be nice to fall back to external gzip command. Feel free to reject this pull request. Then I will raise another pull request for option a1 or some other options.
Note that this pull request introduces a new dependencies File::Which and IPC::Run3.
Address #16
This is
option a3
described in #16. That is, try to load IO::Uncompress::Gunzip first, and if it is not available, try to use external gzip command with File::Which and IPC::Run3.@xdg You suggested
option a1
, but I think it would be nice to fall back to external gzip command. Feel free to reject this pull request. Then I will raise another pull request foroption a1
or some other options.Note that this pull request introduces a new dependencies File::Which and IPC::Run3.