Created
July 26, 2017 16:05
-
-
Save Altai-man/fe3df2e36c9c2b7dfe2821f96235d2d9 to your computer and use it in GitHub Desktop.
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
➜ 1 git:(master) zef --installed list | |
===> Found via /home/sena/.rakudobrew/moar-nom/install/share/perl6 | |
CORE:ver('6.c'):auth('perl') | |
===> Found via /home/sena/.rakudobrew/moar-nom/install/share/perl6/site | |
JSON::Fast:ver('0.9.1') # === Here it is, nice and clear; | |
JSON::Marshal:ver('0.0.11'):auth('github:jonathanstowe') # === And the last version is here too. | |
OpenSSL:ver('0.1.11'):auth('github:sergot') | |
zef:ver('0.1.25'):auth('github:ugexe') | |
JSON::Name:ver('0.0.2'):auth('github:jonathanstowe') | |
➜ 1 git:(master) perl6 | |
To exit type 'exit' or '^D' | |
> use JSON::Marshal; | |
===SORRY!=== | |
Could not find JSON::Fast:ver<0.4..*> at line 60 in: # === Bang! | |
/home/sena/.perl6 | |
/home/sena/.rakudobrew/moar-nom/install/share/perl6/site | |
/home/sena/.rakudobrew/moar-nom/install/share/perl6/vendor | |
/home/sena/.rakudobrew/moar-nom/install/share/perl6 | |
CompUnit::Repository::AbsolutePath<65633296> | |
CompUnit::Repository::NQP<52007704> | |
CompUnit::Repository::Perl5<52007744> | |
in any statement_control at /home/sena/.rakudobrew/moar-nom/install/share/nqp/lib/Perl6/Grammar.moarvm line 1 | |
> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment