From Fedora Project Wiki

< Packaging

Revision as of 23:33, 26 June 2017 by Gerd (talk | contribs)


Naming Guidelines

Perl 6 module packages generally follow the naming scheme of rakudo-<Perl-6-Module-Name>.

For example if the code to load a perl 6 module would be:

use XML::Writer;

then the Name tag is:

Name: rakudo-XML-Writer