Just force the install and forget about it. ...or read on, and then force the install.

Look at the real error report:

089: t\die-in-setup.t ............... 090: t\die-in-setup.t ............... 1/1 # Failed test 'die in setu +p caused test method to fail' 091: # at t\die-in-setup.t line 28. 092: # STDERR is: 093: # # Failed test 'setup_method (for test method 'test') died (oo +ps - we died)' 094: # # at t\die-in-setup.t line 27. 095: # # (in Foo->setup_method) 096: # 097: # not: 098: # # Failed test 'setup_method (for test method 'test') died (oo +ps - we died)' 099: # 100: # # at t/die-in-setup.t line 27. 101: # 102: # # (in Foo->setup_method) 103: # 104: # as expected 105: t\die-in-setup.t ............... Failed 1/1 subtests

In other words, the test failed because the output was:

Failed test 'setup_method (for test method 'test') died (oops - we die +d)' at t\die-in-setup.t line 27. (in Foo->setup_method)

...when the expected output was...

Failed test 'setup_method (for test method 'test') died (oops - we die +d)' at t/die-in-setup.t line 27. (in Foo->setup_method)

The test failed over the placement of three newlines -- possibly a line-endings cross-platform incompatibility. It's an innocuous failure at worst (and really rather silly).

So by all means, force the install using sisyphus's suggestion above.


Dave


In reply to Re: Padre Install: Warning: prerequisite Debug::Client 0.20 not found. by davido
in thread Padre Install: Warning: prerequisite Debug::Client 0.20 not found. by tjdexter1

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.