Leont / app-prove6

A test harness script for perl6
Artistic License 2.0
4 stars 5 forks source link

Path::Finder not being installed #13

Closed rbt closed 2 years ago

rbt commented 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
Leont commented 2 years ago

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.