From b7cbb615907dacd59406286237fbe005d250a012 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 15 Jul 2020 18:54:36 +0200 Subject: Add missing links to modules --- _posts/2020-07-15-config-3.0.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/_posts/2020-07-15-config-3.0.md b/_posts/2020-07-15-config-3.0.md index dbaa4c8..b60bc8d 100644 --- a/_posts/2020-07-15-config-3.0.md +++ b/_posts/2020-07-15-config-3.0.md @@ -100,10 +100,13 @@ environment variables to read. By setting `name` to the value `project`, `Config` will consult the configuration directories from the [XDG Base Directory Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html). -It uses one of my other modules, IO::Path::XDG, for this, together with -IO::Glob. Specifically, it will check my `$XDG_CONFIG_DIRS` and -`$XDG_CONFIG_HOME` (in that order) for any files that match the globs -`project.*` or `project/config.*`. +It uses one of my other modules, +[`IO::Path::XDG`](https://modules.raku.org/dist/IO::Path::XDG:cpan:TYIL), for +this, together with +[`IO::Glob`](https://modules.raku.org/dist/IO::Glob:cpan:HANENKAMP). +Specifically, it will check my `$XDG_CONFIG_DIRS` and `$XDG_CONFIG_HOME` (in +that order) for any files that match the globs `project.*` or +`project/config.*`. If any files are found to match, they will be read as well, and the configuration values contained therein, merged into `$config`. It will load the -- cgit v1.1