Closed AlexDaniel closed 5 years ago
This is a simple case of a missing test-depends
field in META6.json.
Just looking at it now. I think you are correct. I've removed Test::META from my local system and I have a failed test.
Ok I can't self assign this issue. How do I go about getting it assigned to me?
An alternative is to use a test that attempts to require Test::META
and skips the test it fails. See any of my modules for an example.
Thanks for the tip. I'll check it out.
Updated the META6 file with test-depends field.
Module Numeric::Nearest cannot be installed (
AlwaysFail
), perhaps it has some failing tests.works for me
label, leave a comment saying that it works for you and mention any details that you feel are important.native dependency
label, describe what you did to install it and ensure that same instructions are present in the README file of the module (otherwise submit a pull request). Also try to update this wiki page.PR sent
label.failing dependency
label and write a comment explaining the situation. Feel free to work on the corresponding ticket for the failing dependency.If you can't self-assign yourself or attach a label, please let us know on #perl6 channel on freenode or just leave a comment here. We will try to give you privileges as fast as possible.
Output:
Ping @drclaw1394