v_1matst has asked for the wisdom of the Perl Monks concerning the following question:
all it returns is an empty hash for anything I pass to it. Thanks in advance for your help.$distfile = CPAN::Shell->expand("Module","$check")->cpan_file; @result = CPAN::Shell->expand("Distribution", "$distfile")->prereq_pm;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CPAN::Distribution::prereq_pm
by chromatic (Archbishop) on Sep 27, 2001 at 21:51 UTC |