Re: recursive module dependencies
From: Anno Siegel (anno4000_at_lublin.zrz.tu-berlin.de)
Date: 02/01/05
- Next message: Anno Siegel: "Re: Boolean ?"
- Previous message: Martin Kissner: "Re: Newbie Hash question."
- In reply to: hymie!: "recursive module dependencies"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 1 Feb 2005 16:53:00 GMT
hymie! <hymie@lactose.smart.net> wrote in comp.lang.perl.misc:
> Greetings.
>
> I'm installing a module (updated CPAN), and in the course of which, it
> complains that it needs Cwd. Cwd is part of PathTools . So I download
> and try to install PathTools. PathTools won't install because I'm
> missing Cwd.
>
> How do I install Cwd when it requires Cwd to have been installed?
Cwd is a standard module, you shouldn't have to install it. If you have
lost it somehow, consider re-installing perl.
Anno
- Next message: Anno Siegel: "Re: Boolean ?"
- Previous message: Martin Kissner: "Re: Newbie Hash question."
- In reply to: hymie!: "recursive module dependencies"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|