http://qs321.pair.com?node_id=1053016


in reply to Re: PPM: Cant find any packages that provides MinGW ?!
in thread PPM: Cant find any packages that provides MinGW ?!

yes, i set HTTP_proxy in cmd env, but wont work.. cpan is able to i/foo/ but ppm is still in the dark ~
$perlig =~ s/pec/cep/g if 'errors expected';
  • Comment on Re^2: PPM: Cant find any packages that provides MinGW ?!

Replies are listed 'Best First'.
Re^3: PPM: Cant find any packages that provides MinGW ?!
by hdb (Monsignor) on Sep 09, 2013 at 14:21 UTC

    As MinGW is not really a Perl package but a compiler you might want to try to install it manually from http://www.mingw.org/

        thank you.. playing with that link solves the problem for me.. after removing the repos and adding them again he was able to fetch all data..! wiked ;)
        $perlig =~ s/pec/cep/g if 'errors expected';
      thats not (really) the question :) the question is -why- ppm is not able to fetch the repo ^^
      $perlig =~ s/pec/cep/g if 'errors expected';
Re^3: PPM: Cant find any packages that provides MinGW ?!
by afoken (Chancellor) on Sep 10, 2013 at 04:52 UTC
    i set HTTP_proxy on the PATH env, but wont work

    So, you have damaged $ENV{'PATH'}, but $ENV{'HTTP_proxy'} is still missing, and things don't work as expected. Perhaps you should read and understand Random_Walk's posting.

    Alexander

    --
    Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)
      as you said.. i set HTTP_PROXY in cmd.exe => for that $ENV{'HTTP_PROXY'} has the correct value.. i understand his post and know it already.. maybe my post was not clear enough.. whatever..
      $perlig =~ s/pec/cep/g if 'errors expected';