tokuhirom / Perl-Build

Other
79 stars 38 forks source link

curl in installation instructions needs -L #68

Closed akarelas closed 6 years ago

akarelas commented 6 years ago

in page https://metacpan.org/pod/distribution/Perl-Build/script/perl-build

it says:

curl blablabla

it should say:

curl -L bablabla

because curl is required to redirect and it can't without an -L