Skip to content
This repository was archived by the owner on Oct 24, 2022. It is now read-only.

Does not understand alternative META6 dependency format (i.e. Inline::Perl5) #9

@ugexe

Description

@ugexe

Inline::Perl5 (and others like Inline::Python) use a hash for the e.g. depends instead of an array: https://github.com/niner/Inline-Perl5/blob/b6e4e5922c6ff1d734769ce55cc7be602f36ef18/META6.json#L9-L25

See https://design.raku.org/S22.html#depends but note support for this even in zef is flimsy ( see https://github.com/ugexe/zef/blob/e77560688e6a5508b476bd9dba013523aa695b15/lib/Zef/Distribution.pm6#L71-L77 ). Personally I would suggest others to just use the array format ( an array of hash is OK -- see https://deathbyperl6.com/perl-toolchain-summit-2018-meta6-dependency-hello/ ) but for now this is the reality.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions