I'm glad that I could be of help. As a last-ditch effort, try running this:
#!/usr/bin/perl BEGIN { $| = 1; $^W = 1; $ENV{'TEST_POD'} = 0; $ENV{'TEST_POD_COVERAGE'} = 0; } use strict; use warnings; use CPAN; CPAN::Shell->install(qw( Exporter Carp Pod::Man File::Spec Data::Dumper Test::Harness Test::More Regexp::Common Data::Section::Simple Locale::US HTTP::Headers Params::Coerce URI Test::Output List::Util lib SUPER IO::Handle Test::LeakTrace threads threads::shared MRO::Compat File::Path File::Spec File::Slurp autodie Devel::PPPort ExtUtils::ParseXS XSLoader Any::Moose MouseX::Types ExtUtils::Installed Module::Build File::Temp Sub::Uplevel constant Test::Exception Test Text::Wrap Pod::Escapes Pod::Simple Test::Pod Tree::DAG_Node Test::Warn Sub::Installer Test::Perl::Critic Test::Pod::Coverage Sub::Install Params::Util Data::OptList base ExtUtils::CBuilder Sub::Exporter Sub::Exporter::Progressive Storable Const::Fast Module::Runtime Test::Fatal Try::Tiny Test::Requires Module::Implementation B::Hooks::EndOfScope ExtUtils::Depends B::Hooks::OP::Annotation IO::File parent B::Hooks::OP::Check Devel::Pragma Sub::Name Devel::Declare::MethodInstaller::Simple Data::Alias List::MoreUtils Task::Weaken Class::Inspector Hook::LexWrap Test::SubCalls Digest::base Digest::MD5 Clone Test::Tester Test::NoWarnings Test::Object IO::String File::Remove PPI Method::Signatures));

In reply to Re^3: Investigating Devel::Pragma's broken install on Cygwin, need help to fix it. ExtUtils::Depends possibly guilty?? by Khen1950fx
in thread Investigating Devel::Pragma's broken install on Cygwin, need help to fix it. ExtUtils::Depends possibly guilty?? by mascip

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.