There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

File::Redirect::Zip - zip vfs

DESCRIPTION

The second argument to mount is a .zip archive name.

SYNOPSIS

mount( 'Zip', '/tmp/archive.zip', 'zip1:') or die;
open F, '< zip1:/path/file.txt';