Slightly less basic Perl6 module management
This is meant to answer some of the reoccurring questions I've seen in #perl6 about module management. Solutions use the Perl6 package manager called Zef [https://github.com/ … »
This is meant to answer some of the reoccurring questions I've seen in #perl6 about module management. Solutions use the Perl6 package manager called Zef [https://github.com/ … »
1. Provide a provides section Without giving a provides section in your META file, a package manager will just have to recursively grep your directories and hope that anything it … »