Note that there are some explanatory texts on larger screens.

plurals
  1. POminGW and cpan modules
    primarykey
    data
    text
    <p>I am trying to use the <code>Finance::TickerSymbols</code> module from perl(ActiveState perl) and since PPM didn't have it, I ran cpan on my minGW console to install it. the installation went fine, however, minGW seems to install the modules in</p> <pre><code>C:\MinGW\msys\1.0\home\ar\.cpan\build\Finance-TickerSymbols-1.03\lib\Finance\ </code></pre> <p>so, when I run my perl code, I get the following error:</p> <pre><code>Can't locate Finance/TickerSymbols.pm in @INC(@INC contains C:/Perl64/site/lib C:/Perl64/lib .) </code></pre> <p>and of course the compilation fails. I can copy and paste the .pm from the mingw path, but that's not going to work for everything. Can anyone suggest how this can be fixed. thx!</p> <p>EDIT: ran install for other module to provide the output of install in minGW</p> <pre><code>Running install for module Finance::Curency::Convert Running make for J/JA/JANW/Finance-Currency-Convert-1.08.tgz CPAN: LWP::UserAgent loaded ok Fetching with LWP: ftp://ftp.perl.org/pub/CPAN/authors/id/J/JA/JANW/CHECKSUMS CPAN: Compress::Zlib loaded ok Checksum for /home/ar/.cpan/sources/authors/id/J/JA/JANW/Finance-Currency-Convert-1.08.tgz ok Scanning cache /home/ar/.cpan/build for sizes Deleting from cache: /home/ar/.cpan/build/GD-2.46 &lt;24.0&gt;10.0 MB&gt; Deleting from cache: /home/ar/.cpan/build/Finance-TickerSymbols-1.03 &lt;23.5&gt;10.0 MB&gt; Deleting from cache: /home/ar/.cpan/build/GDTextUtil-0.86 &lt;23.4&gt;10.0 MB&gt; Deleting from cache: /home/ar/.cpan/build/GDGraph-1.44 &lt;23.2&gt;10.0 MB&gt; Deleting from cache: /home/ar/.cpan/build/Date-Simple-3.03 &lt;22.6&gt;10.0 MB&gt; Deleting from cache: /home/ar/.cpan/build/HTML-TableExtract-2.11 &lt;22.4&gt;10.0 MB&gt; Deleting from cache: /home/ar/.cpan/build/Text-CSV-1.21 &lt;22.2&gt;10.0 MB&gt; Deleting from cache: /home/ar/.cpan/build/ExtUtils-MakeMaker-6.59 &lt;21.9&gt;10.0 MB&gt; Deleting from cache: /home/ar/.cpan/build/YAML-Syck-1.17 &lt;19.1&gt;10.0 MB&gt; Deleting from cache: /home/ar/.cpan/build/Test-Inter-1.03 &lt;18.2&gt;10.0 MB&gt; Deleting from cache: /home/ar/.cpan/build/Date-Manip-6.25 &lt;18.0&gt;10.0 MB&gt; Finance-Currency-Convert-1.08/ Finance-Currency-Convert-1.08/MANIFEST Finance-Currency-Convert-1.08/t/ Finance-Currency-Convert-1.08/t/convert.t Finance-Currency-Convert-1.08/Makefile.PL Finance-Currency-Convert-1.08/Changes Finance-Currency-Convert-1.08/META.yml Finance-Currency-Convert-1.08/Convert.pm CPAN.pm: Going to build J/JA/JANW/Finance-Currency-Convert-1.08.tgz Checking if your kit is complete... Looks good Writing Makefile for Finance::Currency::Convert cp Convert.pm blib/lib/Finance/Currency/Convert.pm Autosplitting blib/lib/Finance/Currency/Convert.pm (blib/lib/auto/Finance/Currency/Convert) /bin/make -- OK Running make test /usr/bin/perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib','blib/arch')"t/*.txt t/convert....ok All tests successful. Files=1, Tests=8, 0 wallclock secs ( 0.03 cusr + 0.03 csys = 0.06 CPU) /bin/make/test --OK Running make install Installing /usr/lib/perl5/site_perl/5.8/auto/Finance/Currency/Convert/autosplit.ix Installing /usr/lib/perl5/site_perl/5.8/auto/Finance/Currency/Convert.pm Writing /usr/lib/perl5/site_perl/5.8/auto/Finance/Currency/Convert/.packlist Appending installation info to /usr/lib/perl5/5.8/msys/perllocal.pod /bin/make/install -- OK </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload