Changelog

User-visible changes by release

=begin rakudoc

Overview

This changelog follows the shape of Keep a Changelog, adapted to Rakudoc. Versions use the META6.json version number and release tags use the release-x.y.z convention.

0.0.9 - 2026-07-02

Fixed

  • available-modules now discovers installed modules from each distribution's provides metadata instead of using zef distribution names. Plugin packages such as Qwiratry--Location--HTTP are therefore visible to glob discovery as Qwiratry::Location::HTTP.

Changed

  • available-modules documentation now describes installed discovery in terms of distribution provides entries rather than repository names alone.

Added

  • Private helper !installed-module-names collects loadable module FQCNs from installed distributions.

  • Tests in t/03-available-modules-tests.rakutest cover lib-path discovery, installed provides naming, and glob discovery of installed plugin modules.

=end rakudoc

Implementation::Loader v0.0.9

Will dynamically create classes with the same name as the modules. Modules can be specified with the glob language

Authors

    License

    Artistic-2.0

    Dependencies

    Glob::Grammar

    Test Dependencies

    Provides

    • Implementation::Loader

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