use v5.16; use warnings; use File::Fetch; use Cwd; $File::Fetch::DEBUG = 1; my $fetcher = File::Fetch->new( uri => 'http://search.cpan.org/meta/IO-Tee-0.64/META.yml' ); my $where = $fetcher->fetch( to => Cwd::cwd );