Changelog
=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-modulesnow discovers installed modules from each distribution'sprovidesmetadata instead of using zef distribution names. Plugin packages such asQwiratry--Location--HTTPare therefore visible to glob discovery asQwiratry::Location::HTTP.
Changed
available-modulesdocumentation now describes installed discovery in terms of distributionprovidesentries rather than repository names alone.
Added
Private helper
!installed-module-namescollects loadable module FQCNs from installed distributions.Tests in
t/03-available-modules-tests.rakutestcover lib-path discovery, installedprovidesnaming, and glob discovery of installed plugin modules.
=end rakudoc