asoftware has asked for the wisdom of the Perl Monks concerning the following question:

Good day Monks,

It has been a decade since I wrote any Perl, and recently I noticed the growth of Perl6 and the coining of "Raku". Side note, I am very pleased to see the Perl family withstanding the test of time. I recall my most productive engineering days were spent lovingly writing Perl.

The wisdom I seek is two fold:

  1. Is there an ordained or at least idiomatic method of describing the module dependencies of a Raku project?
  2. Is there an ordained or at least idiomatic project structure for a Raku project? I see mi6, which appears to be the module structure required for module authors

Generally, I am interested in understanding if there has been any formalization of describing required modules, not just in another module/package, but also in an arbitrary project. And potentially supporting project specific versions/installations of modules per project.

Thanks for your time

-- Cam
  • Comment on Dependencies for a project - Perl6/Raku

Replies are listed 'Best First'.
Re: Dependencies for a project - Perl6/Raku
by Anonymous Monk on Aug 10, 2020 at 11:52 UTC