maybe the shell is expected to expand the * wildcards?

Well yes. But isn't one of the primary reasons for Perl's existance, Mr.Wall's frustration with clunky shell syntax?

And isn't the reason for having EU::MM et al. to take care of these kinds of platform differences?

I should have been less terse. I was hoping for a clue as to how to go about fixing up the makefile.pl to get beyond the problem?

If it helps, I've bypassed it for now by c&ping the command line issued and prefixing it:

c:\Perl\packages\Test-Simple-0.84> C:\Perl\bin\perl.exe -e"BEGIN{@ARGV=map{glob}@ARGV}" ###### I added this ####### "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t t/*/*.t t/00test_harness_check..........ok t/bad_plan......................ok t/bail_out......................ok ... t/Tester/tbt_07args.............ok t/thread_taint..................ok t/threads.......................ok t/todo..........................ok t/undef.........................ok t/use_ok........................ok t/useing........................ok t/utf8..........................skipped all skipped: Not yet implemented All tests successful, 4 tests and 13 subtests skipped. Files=79, Tests=594, 7 wallclock secs ( 0.00 cusr + 0.00 csys = 0.0 +0 CPU)

which works okay, but I'd prefer a more permanent solution.


Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
"Too many [] have been sedated by an oppressive environment of political correctness and risk aversion."

In reply to Re^2: So much for Test::* :) by BrowserUk
in thread So much for Test::* :) by BrowserUk

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.