We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
Maybe you should describe the problem a little bit. The title proposes a solution.
Sorry, something went wrong.
Sorry, I'm trying to explain a little better but my english doesn't alow me...
fernando@MBP-de-Fernando test-meta6 % find . -name \*.pm6 ./cde/Bla.pm6 ./abc/Bla.pm6 fernando@MBP-de-Fernando test-meta6 % cat META6.json { "auth" : "Fernando Correa de Oliveira", "authors" : [ "Fernando Correa de Oliveira" ], "depends" : [ "Red" ], "description" : "A perl6 ORM", "license" : "Artistic-2.0", "name" : "Red::Schema test", "perl" : "6.d", "provides" : { "Bla:ver<5.0.0>": "abc/Bla.pm6", "Bla:ver<6.0.0>": "cde/Bla.pm6" }, "version" : "1.0.0" } fernando@MBP-de-Fernando test-meta6 % perl6 -I. -e 'use Bla:ver<5.0.0>; say Bla.^ver' ===SORRY!=== Could not find Bla:ver<5.0.0> at line 1 in: file#/Users/fernando/test-meta6 inst#/Users/fernando/.perl6 inst#/Users/fernando/.rakudobrew/versions/moar-2019.07/install/share/perl6/site inst#/Users/fernando/.rakudobrew/versions/moar-2019.07/install/share/perl6/vendor inst#/Users/fernando/.rakudobrew/versions/moar-2019.07/install/share/perl6/core ap# nqp# perl5#
https://colabti.org/irclogger/irclogger_log/perl6?date=2019-07-25#l343
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: