summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Golden <dagolden@cpan.org>2011-03-19 20:51:48 -0400
committerDavid Golden <dagolden@cpan.org>2011-03-19 21:03:11 -0400
commit452d0b70bf9590566c56a27780fc02652b96b904 (patch)
tree06416fb7a2474faef4903cf5e59e77c27b7d5e6f
parent05dd4d395c6a14aeb23dbc107af579969b186caf (diff)
downloadperl-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
-rwxr-xr-xPorting/Maintainers.pl2
-rw-r--r--cpan/HTTP-Tiny/lib/HTTP/Tiny.pm10
-rw-r--r--cpan/HTTP-Tiny/t/000_load.t9
-rw-r--r--pod/perldelta.pod4
4 files changed, 15 insertions, 10 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',
diff --git a/cpan/HTTP-Tiny/lib/HTTP/Tiny.pm b/cpan/HTTP-Tiny/lib/HTTP/Tiny.pm
index 55912ff7d0..3ceabf9574 100644
--- a/cpan/HTTP-Tiny/lib/HTTP/Tiny.pm
+++ b/cpan/HTTP-Tiny/lib/HTTP/Tiny.pm
@@ -9,7 +9,7 @@
#
package HTTP::Tiny;
BEGIN {
- $HTTP::Tiny::VERSION = '0.010';
+ $HTTP::Tiny::VERSION = '0.011';
}
use strict;
use warnings;
@@ -759,7 +759,7 @@ HTTP::Tiny - A small, simple, correct HTTP/1.1 client
=head1 VERSION
-version 0.010
+version 0.011
=head1 SYNOPSIS
@@ -1051,13 +1051,15 @@ L<LWP::UserAgent>
=back
-=for :stopwords CPAN AnnoCPAN RT CPANTS Kwalitee diff IRC
+=for :stopwords cpan testmatrix url annocpan anno bugtracker rt cpants kwalitee diff irc mailto metadata placeholders
=head1 SUPPORT
=head2 Bugs / Feature Requests
-Please report any bugs or feature requests on the bugtracker website L<http://rt.cpan.org/Public/Dist/Display.html?Name=HTTP-Tiny> or by email to 'bug-http-tiny at rt.cpan.org'. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
+Please report any bugs or feature requests by email to C<bug-http-tiny at rt.cpan.org>, or through
+the web interface at L<http://rt.cpan.org/Public/Dist/Display.html?Name=HTTP-Tiny>. You will be automatically notified of any
+progress on the request by the system.
=head2 Source Code
diff --git a/cpan/HTTP-Tiny/t/000_load.t b/cpan/HTTP-Tiny/t/000_load.t
index b625b15d3a..59c4aa6cab 100644
--- a/cpan/HTTP-Tiny/t/000_load.t
+++ b/cpan/HTTP-Tiny/t/000_load.t
@@ -11,11 +11,10 @@
use strict;
use warnings;
-use Test::More tests => 1;
+use Test::More 0.88 tests => 1;
-BEGIN {
- use_ok('HTTP::Tiny');
-}
+require_ok('HTTP::Tiny');
-diag("HTTP::Tiny $HTTP::Tiny::VERSION, Perl $], $^X");
+local $HTTP::Tiny::VERSION = $HTTP::Tiny::VERSION || 'from repo';
+note("HTTP::Tiny $HTTP::Tiny::VERSION, Perl $], $^X");
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 52a6aecddc..5151965773 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -220,6 +220,10 @@ C<Hash::Util::FieldHash> has been upgraded from version 1.08 to 1.09.
=item *
+C<HTTP::Tiny> has been upgraded from version 0.010 to 0.011.
+
+=item *
+
C<I18N::Langinfo> has been upgraded from version 0.07 to 0.08.
=item *