Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: [meta::cpan] Dependency vs Reverse Dependency

by choroba (Cardinal)
on Jul 07, 2021 at 13:30 UTC ( [id://11134759]=note: print w/replies, xml ) Need Help??


in reply to [meta::cpan] Dependency vs Reverse Dependency

Ref::Util is an optional prereq for Specio, see Optional Prereqs.

map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]

Replies are listed 'Best First'.
Re^2: [meta::cpan] Dependency vs Reverse Dependency
by LanX (Saint) on Jul 07, 2021 at 13:32 UTC
    So is an "Optional Prereq" a "Reverse Dependency"?

    edit

    I mean by definition not by implementation of Metacpan.

    Cheers Rolf
    (addicted to the Perl Programming Language :)
    Wikisyntax for the Monastery

      Possibly. For example, some modules may require a JSON parser but be agnostic about which JSON parser. You could install such a module without JSON::XS or without JSON::PP or without JSON::Foo but not without at least one of them. Individually they are not required but collectively at least one of them is. I'm not sure that the existing meta spec handles such a scenario in a logical, intuitive, consistent manner.


      🦛

      I don't know the definiton, but the implementation seems to be here.
      map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11134759]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-04-25 05:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found