diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-11-29 21:07:00 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-11-29 21:07:00 +0000 |
commit | 1818d3caff904c667c8db00213e74c3c5c6e3dd1 (patch) | |
tree | 9414a78b98e5054042f6c911b8edae03086ca7c9 /Porting/Maintainers.pl | |
parent | 68067e4e501e2ae1c0fb44558b6aa5c0a80a4143 (diff) | |
download | perl-1818d3caff904c667c8db00213e74c3c5c6e3dd1.tar.gz |
Update HTTP-Tiny to CPAN version 0.039
[DELTA]
0.039 2013-11-27 19:48:29 America/New_York
[FIXED]
- Temporary file creating during mirror() is now opened with O_EXCL
for added security
Diffstat (limited to 'Porting/Maintainers.pl')
-rwxr-xr-x | Porting/Maintainers.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index c731d96a9f..4623248038 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -585,7 +585,7 @@ use File::Glob qw(:case); }, 'HTTP::Tiny' => { - 'DISTRIBUTION' => 'DAGOLDEN/HTTP-Tiny-0.038.tar.gz', + 'DISTRIBUTION' => 'DAGOLDEN/HTTP-Tiny-0.039.tar.gz', 'FILES' => q[cpan/HTTP-Tiny], 'EXCLUDED' => [ 't/00-compile.t', |