From Fedora Project Wiki
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
== Naming Guidelines == | == Naming Guidelines == | ||
Perl 6 module packages generally follow the naming scheme of <code>rakudo-<''Perl-6-Module-Name''>.</code> | Perl 6 module packages generally follow the naming scheme of <code>rakudo-<'''''Perl-6-Module-Name'''''>.</code> | ||
For example if the code to load a perl 6 module would be: | For example if the code to load a perl 6 module would be: |
Revision as of 23:34, 26 June 2017
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