Help language development. Donate to The Perl Foundation
Rakudo::CORE::META - Provide zef compatible meta-data for Rakudo
use Rakudo::CORE::META; say "Rakudo core provides these additional modules:"; .say for %Rakudo::CORE::META<provides>.keys.sort(*.fc);
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.
Elizabeth Mattijsen [email protected]
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 2021, 2022 Elizabeth Mattijsen
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.