Search code examples
raku

Creating a raku module for zef upload


I've created a new Raku module and uploaded with fez, all working fine.

dist.ini file in the top directory. There are directives such as ReadmeFromPOD which don't seem to do anything. Is this file still needed? Seems to be a legacy issue from perl modules for CPAN.


Solution

  • Normally you do not need a dist.ini file in a raku module.

    Are you using an automatic tool to initialize or prepare the module prior to using fez? If so, then I would inspect the source of that tool to get an idea of why it is making a dist.ini.