If you're missing something, then you're not the only one.

In the following:

# Versions for all modules listed in MYMETA.json (including optional o +nes): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker 6.17 6.66 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 6.66 # # === Test Requires === # # Module Want Have # --------------------- ---- ------- # ExtUtils::MakeMaker any 6.66 # File::Basename any 2.84 # File::Find any 1.23 # File::Spec any 3.40 # File::Spec::Functions any 3.40 # File::Temp 0.19 0.23 # IO::Dir any 1.10 # JSON::PP any 2.27202 # Test::More 0.99 0.98 # lib any 0.63 # utf8 any 1.10 # vars any 1.03 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.120921 # # === Runtime Requires === # # Module Want Have # ------------ ---- ------- # B any 1.42_02 # Carp any 1.29 # Exporter any 5.68 # Fcntl any 1.11 # Scalar::Util any 1.27 # strict any 1.07 # warnings any 1.18 # # # *** WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING +*** # # The following REQUIRED prerequisites were not satisfied: # # Test::More version '0.98' is not in required range '0.99' #

I see absolutely no mention of Test::Simple and two spots indicating that Test::More version 0.99 is required and Perl is finding Test::More version 0.98. Plus there are quite a few test error messages that have the following:

Test::More version 0.99 required--this is only version 0.98 at

I'm unable to find a single error message in the posted output that mentions Test::Simple. It looks to me like Test::Simple is not the issue and that the OP needs to update Test::More to version 0.99 or newer (latest release version is 1.001014).


In reply to Re^2: Test::Simple will install, but not be detected as an appropriate dependency in CPAN by dasgar
in thread Test::Simple will install, but not be detected as an appropriate dependency in CPAN by Weebo

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.