Created
August 30, 2017 14:46
Star
You must be signed in to star a gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ perl6 -MWWW -e '"http://ecosystem-api.p6c.org/projects.json".&jget.first(*<name> eq "IO::Path::ChildSecure").<version>.say' | |
| 1.001006 | |
| $ zef update | |
| ===> Updated cpan mirror: https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/cpan.json | |
| ===> Updated p6c mirror: http://ecosystem-api.p6c.org/projects.json | |
| ---------------------------------------------------- | |
| Content Storage |Distribution Count | |
| ---------------------------------------------------- | |
| Zef::Repository::Ecosystems<p6c> |885 | |
| Zef::Repository::LocalCache |36 | |
| Zef::Repository::Ecosystems<cpan>|35 | |
| ---------------------------------------------------- | |
| $ zef install IO::Path::ChildSecure | |
| All candidates are currently installed | |
| No reason to proceed. Use --force-install to continue anyway | |
| $ zef info IO::Path::ChildSecure | |
| - Info for: IO::Path::ChildSecure | |
| - Identity: IO::Path::ChildSecure:ver('1.001005') | |
| - Recommended By: /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/site | |
| Description: Secure version of IO::Path.child | |
| License: Artistic-2.0 | |
| Provides: 1 modules | |
| Support: | |
| # source: git://github.com/zoffixznet/perl6-IO-Path-ChildSecure.git | |
| Depends: 2 items |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment