Rakudo::CORE::META

Provide zef compatible meta-data for Rakudo

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 [email protected]

COPYRIGHT AND LICENSE

Copyright 2021 Elizabeth Mattijsen

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

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

Rakudo::CORE::META v0.0.3

Provide zef compatible meta-data for Rakudo

Authors

  • Elizabeth Mattijsen

License

Artistic-2.0

Dependencies

Test Dependencies

Provides

  • Rakudo::CORE::META

Documentation

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.