From: Mischa POSLAWSKY Date: Thu, 27 Jan 2022 22:45:50 +0000 (+0100) Subject: source: create missing cache subdirectories X-Git-Tag: v1.13~24 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/9ddbc59f9907fb3e9445c14a9d5eac84350f7751 source: create missing cache subdirectories Fix storage of modules such as Shiar_Sheet::Keyboard. --- diff --git a/source.plp b/source.plp index 358bf84..b10f38b 100644 --- a/source.plp +++ b/source.plp @@ -86,6 +86,7 @@ else { say ''; exit; } + -e or mkdir for $cachefile =~ s{[^/]+\z}{}r; # dirname open my $cache, '>', $cachefile or Alert("Could not save cache", "Opening $cachefile failed: $!");;