This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
First try with HTTP::Tiny, fallback on `wget`
authorMax Maischein <corion@corion.net>
Tue, 21 May 2013 17:11:22 +0000 (19:11 +0200)
committerMax Maischein <corion@corion.net>
Sun, 6 Oct 2013 17:48:07 +0000 (19:48 +0200)
commit132246f2f9bbbe9b47a59225d9250987fed15100
treee09a48ffd9105e61ea496202b0416fdd1c4d7ed6
parentd62e4400a62cae85d546fe1f5b0731630b537851
First try with HTTP::Tiny, fallback on `wget`

This tries downloads first with the built-in HTTP::Tiny
before it falls back to the external `wget` tool. Arguably,
the reliance on `wget` could be eliminated to reduce the
amount of code clutter.
Porting/sync-with-cpan