-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zef install error #7
Comments
Hmm, just kicked off the GitHub workflow to test with the latest Raku it has available (2024.05) and it ran fine -- see https://github.com/pmqs/Archive-SimpleZip/actions/runs/9522975460 for the results. Also my Linux dev box is running an older version of Raku, namely 2023.08, and again it worked fine. What OS are you running? and what version of Raku? |
My OS is Linux
and Raku version is:
I also read this:
on https://github.com/LLFourn/p6-CompUnit-Util !!! So I re-ran zef with the
Then I tried using the library on an existing zip file, but could not find how to display archive contents !
(I discovered Raku and its ecosystem only a few days ago!) |
Good to hear you got it working and thanks for the note about CompUnit::Util. Regarding using this module to read zip file, you are out of luck. This module can only write zip file. Shout if you still want to use my module and are still having problems. |
Use GNU 'unzip' to check the zip archive. Just like zip, though, the options are not real helpful. This worked for me to simply check the contents:
|
Hi,
Got this error message while trying to install from zef:
The text was updated successfully, but these errors were encountered: