Re: Dependency version question
[email protected] (Adam Kennedy)
| Newsgroups | perl.cpan.discuss |
|---|---|
| Message-ID | <[email protected]> |
Version dependencies are almost universally (except in a few very rare cases) an "at least $version" dependency. So installing 3.51 should be enough. It may instead be the case it's just not finding the module, even after you installed it? Adam K Axel Etzold wrote: > Dear all, > > I would like to install the WWW-Wikipedia toolkit by Ed Summers. > This requires several other packages, among them libwww, which > in turn depends on HTML::PARSER 3.33 . > Now I have managed to obtain HTML::PARSER 3.51 from CPAN > and installed it via the usual > > perl Makefile.PL > make > make test > make install > > procedure. However, libwww complains that it wants version 3.33 > of HTML::PARSER, which I could not find in the list of other > versions of that package. > Is there a way to tweak the installation process of libwww to > tell it that it should use a different version of the HTML::PARSER > package ? > > Thank you very much ! > > Best regards, > > Axel Etzold >