You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should list module dependencies, much like rdepends does but in reverse (note that rdepends works fine)
Actual Behavior
zef depends Pastebin::Gist
Failed to resolve some missing dependencies
in block at /home/alex/.rakudobrew/moar-master/install/share/perl6/site/sources/D5DCCAA069375A0DAF6A9A3E96ADDE053D18C65E (Zef::Client) line 157
in sub MAIN at /home/alex/.rakudobrew/moar-master/install/share/perl6/site/sources/45E857DB9077739278E770E5F8B5CC14168F38BA (Zef::CLI) line 299
in block <unit> at /home/alex/.rakudobrew/moar-master/install/share/perl6/site/resources/55E6E17CBBB212E3C50BAE19936B78E98334E913 line 3
in sub MAIN at /home/alex/.rakudobrew/bin/../moar-master/install/share/perl6/site/bin/zef line 2
in block <unit> at /home/alex/.rakudobrew/bin/../moar-master/install/share/perl6/site/bin/zef line 2
Steps to Reproduce
Run zef depends Pastebin::Gist, you can use any other module.
Your Environment
perl6 -v
This is Rakudo version 2018.01-204-gbeaad7b97 built on MoarVM version 2018.01-94-gc7774e37d
implementing Perl 6.c.
The text was updated successfully, but these errors were encountered:
This enables CURI to be a backend for zef.
This is still not complete. As it stands this commit will blow up
when doing e.g. `zef install Test` because the meta data from
installed modules does not have a distribution mapping.
Also see: #230
( although a smaller scoped fix may be used for this)
dependscommand does not work.Context
I tried
zef depends Pastebin::Gistand it errored out. @timo reproduced the issue.Expected Behavior
It should list module dependencies, much like
rdependsdoes but in reverse (note thatrdependsworks fine)Actual Behavior
Steps to Reproduce
Run
zef depends Pastebin::Gist, you can use any other module.Your Environment
The text was updated successfully, but these errors were encountered: