Course of Raku / Advanced / Modules / Distributing modules 🆕 / Exercises

The module layout

Problem

For a distribution named Greet::Simple, write out the standard directory layout: where the META6.json, the module source, and the tests go.

This exercise describes a file layout, not program output.

Example

See the solution for the expected tree.

Solution

See the solution

Course navigation

Solution: A META6 file   |   Solution: The module layout