Hello Corion

I did what you suggested but it still doesn't work unfortunately

Here the output in the console

cpan> install Text::CSV_XS Running install for module 'Text::CSV_XS' HMBRAND/Text-CSV_XS-1.37.tgz Has already been unwrapped into directory C:\STRAWB~1\cpan\build\Tex +t-CSV_XS-1.37-U49GBM HMBRAND/Text-CSV_XS-1.37.tgz Has already been prepared HMBRAND/Text-CSV_XS-1.37.tgz Could not make: Unknown error

Same issue when i want to install another module

cpan> install Spreadsheet::CSV Running install for module 'Spreadsheet::CSV' Checksum for C:\STRAWB~1\cpan\sources\authors\id\D\DD\DDICK\Spreadshee +t-CSV-0.20.tar.gz ok Configuring D/DD/DDICK/Spreadsheet-CSV-0.20.tar.gz with Makefile.PL Checking if your kit is complete... Looks good Generating a dmake-style Makefile Writing Makefile for Spreadsheet::CSV Writing MYMETA.yml and MYMETA.json DDICK/Spreadsheet-CSV-0.20.tar.gz C:\Strawberry\perl\bin\perl.exe Makefile.PL -- OK Running make for D/DD/DDICK/Spreadsheet-CSV-0.20.tar.gz cp lib/Spreadsheet/CSV.pm blib\lib\Spreadsheet\CSV.pm DDICK/Spreadsheet-CSV-0.20.tar.gz C:\STRAWB~1\c\bin\dmake.exe -- OK Running make test "C:\Strawberry\perl\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::H +arness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib\l +ib', 'blib\arch')" t/*.t t/00-load.t ......... 1/? # Failed test 'use Spreadsheet::CSV;' # at t/00-load.t line 10. # Tried to use 'Spreadsheet::CSV'. # Error: Can't load 'C:/Strawberry/perl/vendor/lib/auto/XML/Parse +r/Expat/Expat.xs.dll' for module XML::Parser::Expat: load_file:Le mod +ule spÚcifiÚ est introuvable at C:/Strawberry/perl/lib/DynaLoader.pm +line 193. # at C:/Strawberry/perl/vendor/lib/XML/Parser.pm line 18. # Compilation failed in require at C:/Strawberry/perl/vendor/lib/XML/P +arser.pm line 18. # BEGIN failed--compilation aborted at C:/Strawberry/perl/vendor/lib/X +ML/Parser.pm line 22. # Compilation failed in require at C:\STRAWB~1\cpan\build\Spreadsheet- +CSV-0.20-lfdP96\blib\lib/Spreadsheet/CSV.pm line 10. # BEGIN failed--compilation aborted at C:\STRAWB~1\cpan\build\Spreadsh +eet-CSV-0.20-lfdP96\blib\lib/Spreadsheet/CSV.pm line 10. # Compilation failed in require at t/00-load.t line 10. # BEGIN failed--compilation aborted at t/00-load.t line 10. Bailout called. Further testing stopped: Use of uninitialized value $Spreadsheet::CSV::VERSION in concatenation + (.) or string at t/00-load.t line 13. # Looks like your test exited with 255 just after 1. FAILED--Further testing stopped. dmake.exe: Error code 255, while making 'test_dynamic' DDICK/Spreadsheet-CSV-0.20.tar.gz C:\STRAWB~1\c\bin\dmake.exe test -- NOT OK //hint// to see the cpan-testers results for installing this module, t +ry: reports DDICK/Spreadsheet-CSV-0.20.tar.gz Stopping: 'install' failed for 'Spreadsheet::CSV'. Failed during this command: DDICK/Spreadsheet-CSV-0.20.tar.gz : make_test NO

What is going wrong ?!

Thanks again


In reply to Re^2: Modules install failure by Perlchaoui
in thread Modules install failure by Perlchaoui

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.