On 11/22/24 01:42, Quanrong via perl6-users wrote:
> After the module gets installed, how can I ask zef > what the dependencies were?`zef --help` says that it's with the `depends` subcommand. So: $ zef depends File::Temp File::Directory::Tree:ver<0.1>:auth<github:labster> Hope that helps!
Hi Quanrong, That was easy! Thank you! I scoured that --help and did not find it. I must be going blind! -T