Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Can you post the output of:</p> <pre><code>cpan RDF::Trine </code></pre> <p>or even</p> <pre><code>cpan Bundle::CPAN </code></pre> <p>A <strong>LOT</strong> of perl developers develop on MacOS. I'd be surprised if it didn't work out of the box.</p> <p>Updated, easier to read cpan output here than in a comment. It looks like your cpan is set to ignore dependencies:</p> <pre><code>---- Unsatisfied dependencies detected during ---- ---- GWILLIAMS/RDF-Trine-0.125.tar.gz ---- Text::Table [requires] DBD::SQLite [requires] XML::LibXML::SAX [requires] Unicode::Escape [requires] Unicode::String [requires] Text::CSV [requires] Error [requires] Test::Exception [requires] Test::JSON [requires] XML::Namespace [requires] Data::UUID [requires] Math::Combinatorics [requires] Set::Scalar [requires] XML::CommonNS [requires] XML::LibXML [requires] JSON [requires] Log::Log4perl [requires] Ignoring dependencies on modules ARRAY(0x4d22268), ARRAY(0x5463770), ARRAY(0x4d1bbe4), ARRAY(0x4d22724), ARRAY(0x4d21fc8), ARRAY(0x4d226c4), ARRAY(0x4d21fa4), ARRAY(0x5463830), ARRAY(0x5463878), ARRAY(0x4d24cf0), ARRAY(0x4d22784), ARRAY(0x4d21f74), ARRAY(0x4d21f5c), ARRAY(0x4d21e3c), ARRAY(0x4d21ee4), ARRAY(0x4d21d4c), ARRAY(0x4d21e84), ARRAY(0x4d21c80), ARRAY(0x4d21efc), ARRAY(0x4d2219c), ARRAY(0x4d21fb0), ARRAY(0x4d2213c), ARRAY(0x4d21ddc), ARRAY(0x4d2264c), ARRAY(0x4d21ed8), ARRAY(0x5463818), ARRAY(0x4d21d94), ARRAY(0x4d22640), ARRAY(0x4d21de8), ARRAY(0x4d1bb00), ARRAY(0x4d21c98), ARRAY(0x4d2225c), ARRAY(0x4d21f68), ARRAY(0x4d22334) </code></pre> <p><a href="http://search.cpan.org/~andk/CPAN-1.9402/lib/CPAN.pm#Config_Variables" rel="nofollow noreferrer"><code>prerequisites_policy</code></a> is the configuration variable that controls this behavior.</p> <p>Confirm the setting by running <code>o conf prerequisites_policy</code> and if it's set to anything other than <code>ask</code>, run:</p> <pre><code>o conf prerequisites_policy ask o conf commit </code></pre> <p>(Those are lowercase letter "oh")</p> <p>Then repeat your cpan commands.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload