jrobbo now uses IO::Uncompress::unzip and performs extraction in memory rather than piping through /usr/bin/unzip.
This adds a new dependency, but a relatively common one. The advantage is
that user systems without /usr/bin/unzip will no longer run this grabber
uselessly nor die with runtime errors.