Adding perl6 interpreter it has runtime dependencies in perl6-nqp and perl6-moarvm
Details
- Reviewers
JoshStrobl - Group Reviewers
Triage Team
Now we can test perl6 as a whole. Personally I tried to run perl6 console using 'perl6' command.
Then I tried to run some perl6 script and finally I installed zef package manager.
Some interesting details. Rakudo also consist of perl6 package infrastructure where we have precompiled
files for NativaCall module and some more. Those modules as I understand is quite hard to implement in
pure nqp language but they appears to be a part of perl6 module system. That explains why do we have so many
files in that package.
Diff Detail
- Branch
- master
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
| package.yml | ||
|---|---|---|
| 3 | should start with 1 | |
You need to fix your stack and summary above, you can read this guide here regarding deps and resolves what task https://getsol.us/articles/packaging/submitting-a-package/en/#commit
| package.yml | ||
|---|---|---|
| 8 | summary should be a bit more than this | |
| 12 | For what do you need this? | |
| 14 | is in system.devel not needed | |
| package.yml | ||
|---|---|---|
| 7 | Not a valid SPDX 3.0 license identifier. See https://getsol.us/articles/packaging/packaging-practices/en/#licenses | |
| 13 | This shouldn't be needed. This should be a rundep of the other packages. | |