Course of Raku / Advanced / Modules / Distributing modules 🆕 / Exercises
A META6 file
Problem
Write a META6.json for a distribution named
Greet::Simple, version 0.0.1, that provides
the module Greet::Simple from the file
lib/Greet/Simple.rakumod. Unlike the empty
depends in the theory example, this distribution
depends on another distribution,
JSON::Fast — list it in the depends array.
This exercise produces a file, not program output.
Example
A minimal correct file looks like the one in the solution.