The output shown is a little odd. The qq in the system call isn't correct:
"system qq]pl2bat.bat \.shift"

It should be:

"system qq[pl2bat.bat ].shift"

If this isn't a copy and paste error then it looks like the problem is with MakeMaker.

For what it's worth, the module installs fine for me with ActivePerl 5.6.1.638 on WinXP:

C:\>perl -v This is perl, v5.6.1 built for MSWin32-x86-multi-thread (with 1 registered patch, see perl -V for more detail) Copyright 1987-2001, Larry Wall Binary build 638 provided by ActiveState Corp. http://www.ActiveSt +ate.com ... C:\Temp\Spreadsheet-WriteExcel-2.14>perl Makefile.PL Writing Makefile for Spreadsheet::WriteExcel C:\Temp\Spreadsheet-WriteExcel-2.14>nmake Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. C:\Perl561\bin\perl.exe -IC:\Perl561\lib -IC:\Perl561\lib +-MExtUtils::Command -e cp bin/chartex blib\script\chartex C:\Perl561\bin\perl.exe -IC:\Perl561\lib -IC:\Perl561\lib + -e "system qq[pl2bat.bat ].shift" blib\script\chartex C:\Temp\Spreadsheet-WriteExcel-2.14>nmake test ...

--
John.


In reply to Re: Activestate 5.6.1.638 - Module instalation freezing with Spreadsheet::WriteExcel and others by jmcnamara
in thread Activestate 5.6.1.638 - Module instalation freezing with Spreadsheet::WriteExcel and others by Andre_br

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.