diff options
author | David Golden <dagolden@cpan.org> | 2011-03-19 20:51:48 -0400 |
---|---|---|
committer | David Golden <dagolden@cpan.org> | 2011-03-19 21:03:11 -0400 |
commit | 452d0b70bf9590566c56a27780fc02652b96b904 (patch) | |
tree | 06416fb7a2474faef4903cf5e59e77c27b7d5e6f /Porting | |
parent | 05dd4d395c6a14aeb23dbc107af579969b186caf (diff) | |
download | perl-452d0b70bf9590566c56a27780fc02652b96b904.tar.gz |
Updated HTTP::Tiny to CPAN version 0.011
[DELTA]
0.011 2011-03-19 20:48:39 America/New_York
[BUG FIXES]
- Made t/000_load.t less verbose under harness (RT#65507) [Dave Mitchell]
- Removed 'Errno' as an explicit prefix (it is a core module, but not
indexed by PAUSE, which might confuse some installers
Diffstat (limited to 'Porting')
-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 7319824c63..bd2a78ca7b 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -785,7 +785,7 @@ use File::Glob qw(:case); 'HTTP::Tiny' => { 'MAINTAINER' => 'dagolden', - 'DISTRIBUTION' => 'DAGOLDEN/HTTP-Tiny-0.010.tar.gz', + 'DISTRIBUTION' => 'DAGOLDEN/HTTP-Tiny-0.011.tar.gz', 'FILES' => q[cpan/HTTP-Tiny], 'EXCLUDED' => [ 't/200_live.t', |