L10N
NAME
L10N::#LOCALIZATION# - #LANGUAGE# localization of Raku
SYNOPSIS
$ #EXECUTOR# -e '' # please add a simple code example in the #LOCALIZATION# localization
# Must have RAKUDO_RAKUAST=1 environment variable set
use L10N::#LOCALIZATION#;
# please add a code example in the #LOCALIZATION# localization
DESCRIPTION
The L10N::#LOCALIZATION# distribution contains the logic to provide a #LANGUAGE#
localization of the Raku Programming Language. It installs a
#EXECUTOR# executable that will automatically activate the #LANGUAGE#
localization. And it allows one to use the #LANGUAGE# localization
in selected programs with a use L10N::#LOCALIZATION# statement.
AUTHORS
#AUTHOR# <#EMAIL#>
COPYRIGHT AND LICENSE
Copyright #YEAR# #COPYRIGHT#
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
# vim: expandtab shiftwidth=4