Rand Stats

Rakudo::CORE::META

zef:lizmat

Actions Status

NAME

Rakudo::CORE::META - Provide zef compatible meta-data for Rakudo

SYNOPSIS

use Rakudo::CORE::META;
say "Rakudo core provides these additional modules:";
.say for %Rakudo::CORE::META<provides>.keys.sort(*.fc);

DESCRIPTION

Rakudo::CORE::META provides zef compatible meta-data of the modules that are provided by the Rakudo core, by exporting %Rakudo::CORE::META hash. This hash contains information that could be introspected at installation time of the module, or after any Rakudo core update.

AUTHOR

Elizabeth Mattijsen liz@raku.rocks

Source can be located at: https://github.com/lizmat/Rakudo-CORE-META . Comments and Pull Requests are welcome.

If you like this module, or what I’m doing more generally, committing to a small sponsorship would mean a great deal to me!

COPYRIGHT AND LICENSE

Copyright 2021, 2022 Elizabeth Mattijsen

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.