in reply to Re: Re: Re: Which method do I use to install a module ?
in thread Which method do I use to install a module ?
In looking at the POD for Mail::Box here I see that Mail::Box "is a" Mail::Reporter (inherets from). That leads me to believe you should also install the Mail::Reporter module in the same way you installed Mail::Box.
The install didn't work
ppm> install Mail-Reporter Error: Package 'Mail-Reporter' not found. Please 'search' for it first +. ppm> install Mail-Box-Manager Error: Package 'Mail-Box-Manager' not found. Please 'search' for it first.
However, when I look at what is included in the tar file (Mail-Box-2.051), I can see files 'reporter.pm' and 'reporter.pod' under the /Mail path, and also I can see files 'manager.pm' and 'manager.pod' under the /Mail/Box path
Does that indicate that I should have used "option 3" instead of using PPM ?
Where is PPM actually looking ? I know it goes out to the Internet, but is there a setting to force it to search in URL's that would contain these modules ?
Peter
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Re: Which method do I use to install a module ?
by davido (Cardinal) on Nov 13, 2003 at 03:59 UTC | |
by peterr (Scribe) on Nov 13, 2003 at 04:32 UTC |