Hello fellow monks,

This is something I really need your wisdom on, so please help. I have been running into some seemingly exotic errors while installing Perl modules. Here's the latest one.

I tried to install Lingua::Identify (for more details please see my earlier thread http://perlmonks.org/?node_id=842692) and it requires Class::Factory::Util which in turn required Module::Build. When I asked CPAN to automatically download and install these dependencies, what happened was that it downloaded and installed these dependencies in different subdirectories (of the directory pointed to by $PERL5LIB) and these were not present in @INC. Because of this, my module installation was not successful.

I had to manually cut+paste Module::Build to $PERL5LIB and then do the same with Class::Factory::Util and then install Lingua::Identify.

Any reasons why this could be happening?

I will appreciate any help on this. And also if there are any resources that explain module installation in detail (I have read the tutorials on this site), please do send them my way.

Many thanks.

Andy


In reply to (Never Ending) Module Installation Issues by listanand

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.