From Fedora Project Wiki
Line 17: | Line 17: | ||
</pre> | </pre> | ||
More | More examples for package names are: <code>rakudo-LibraryCheck</code>, <code>rakudo-Readline</code>, <code>rakudo-Inline-Perl5</code> |
Revision as of 23:47, 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
More examples for package names are: rakudo-LibraryCheck
, rakudo-Readline
, rakudo-Inline-Perl5