Closed rbt closed 2 years ago
DBIish CI started failing yesterday due to the new Path::Finder requirement.
https://github.com/raku-community-modules/DBIish/runs/7721786152?check_suite_focus=true
The dependency entry in META6.json may be incorrect?
Run zef install --/test App::Prove6 ===> Searching for: App::Prove6 ===SORRY!=== Error while compiling /home/runner/work/DBIish/DBIish/site#sources/1209C4541C24B061C68E3544744C945ED9BEF63C (App::Prove6) Could not find Path::Finder in: inst#/opt/hostedtoolcache/rakudo/2021.04-01/x86_64/share/perl6/site inst#/opt/hostedtoolcache/rakudo/2021.04-01/x86_64/share/perl6/vendor inst#/opt/hostedtoolcache/rakudo/2021.04-01/x86_64/share/perl6/core ap# nqp# perl5# at /home/runner/work/DBIish/DBIish/site#sources/1209C4541C24B061C68E3544744C945ED9BEF63C (App::Prove6):5
Apparently I typed Path::Finder<0.4.0> instead of Path::Finder:ver<0.4.0>, and somehow nothing told me I had messed up. Just released a fix.
Path::Finder<0.4.0>
Path::Finder:ver<0.4.0>
DBIish CI started failing yesterday due to the new Path::Finder requirement.
https://github.com/raku-community-modules/DBIish/runs/7721786152?check_suite_focus=true
The dependency entry in META6.json may be incorrect?