r71750 - in /trunk/libhttp-tiny-perl: Changes META.json META.yml Makefile.PL README debian/changelog dist.ini lib/HTTP/Tiny.pm t/000_load.t

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Mar 20 12:47:35 UTC 2011


Author: jawnsy-guest
Date: Sun Mar 20 12:47:21 2011
New Revision: 71750

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71750
Log:
Dependency change and change to tests
IGNORE-VERSION: 0.011-1
* New upstream release

Modified:
    trunk/libhttp-tiny-perl/Changes
    trunk/libhttp-tiny-perl/META.json
    trunk/libhttp-tiny-perl/META.yml
    trunk/libhttp-tiny-perl/Makefile.PL
    trunk/libhttp-tiny-perl/README
    trunk/libhttp-tiny-perl/debian/changelog
    trunk/libhttp-tiny-perl/dist.ini
    trunk/libhttp-tiny-perl/lib/HTTP/Tiny.pm
    trunk/libhttp-tiny-perl/t/000_load.t

Modified: trunk/libhttp-tiny-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-tiny-perl/Changes?rev=71750&op=diff
==============================================================================
--- trunk/libhttp-tiny-perl/Changes (original)
+++ trunk/libhttp-tiny-perl/Changes Sun Mar 20 12:47:21 2011
@@ -1,4 +1,13 @@
 Release notes for HTTP-Tiny
+
+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
 
 0.010     2011-02-04 02:45:31 EST5EDT
 

Modified: trunk/libhttp-tiny-perl/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-tiny-perl/META.json?rev=71750&op=diff
==============================================================================
--- trunk/libhttp-tiny-perl/META.json (original)
+++ trunk/libhttp-tiny-perl/META.json Sun Mar 20 12:47:21 2011
@@ -5,7 +5,7 @@
       "David Golden <dagolden at cpan.org>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 4.200001, CPAN::Meta::Converter version 2.110330",
+   "generated_by" : "Dist::Zilla version 4.200004, CPAN::Meta::Converter version 2.110580",
    "license" : [
       "perl_5"
    ],
@@ -34,7 +34,6 @@
       "runtime" : {
          "requires" : {
             "Carp" : 0,
-            "Errno" : 0,
             "IO::Socket" : 0,
             "Time::Local" : 0,
             "perl" : "5.006"
@@ -58,11 +57,11 @@
    "provides" : {
       "HTTP::Tiny" : {
          "file" : "lib/HTTP/Tiny.pm",
-         "version" : "0.010"
+         "version" : "0.011"
       },
       "HTTP::Tiny::Handle" : {
          "file" : "lib/HTTP/Tiny.pm",
-         "version" : "0.010"
+         "version" : "0.011"
       }
    },
    "release_status" : "stable",
@@ -78,6 +77,6 @@
          "web" : "http://github.com/dagolden/p5-http-tiny/tree"
       }
    },
-   "version" : "0.010"
+   "version" : "0.011"
 }
 

Modified: trunk/libhttp-tiny-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-tiny-perl/META.yml?rev=71750&op=diff
==============================================================================
--- trunk/libhttp-tiny-perl/META.yml (original)
+++ trunk/libhttp-tiny-perl/META.yml Sun Mar 20 12:47:21 2011
@@ -17,7 +17,7 @@
 configure_requires:
   ExtUtils::MakeMaker: 6.31
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.200001, CPAN::Meta::Converter version 2.110330'
+generated_by: 'Dist::Zilla version 4.200004, CPAN::Meta::Converter version 2.110580'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -34,13 +34,12 @@
 provides:
   HTTP::Tiny:
     file: lib/HTTP/Tiny.pm
-    version: 0.010
+    version: 0.011
   HTTP::Tiny::Handle:
     file: lib/HTTP/Tiny.pm
-    version: 0.010
+    version: 0.011
 requires:
   Carp: 0
-  Errno: 0
   IO::Socket: 0
   Time::Local: 0
   perl: 5.006
@@ -48,4 +47,4 @@
   bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=HTTP-Tiny
   homepage: http://github.com/dagolden/p5-http-tiny/tree
   repository: git://github.com/dagolden/p5-http-tiny.git
-version: 0.010
+version: 0.011

Modified: trunk/libhttp-tiny-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-tiny-perl/Makefile.PL?rev=71750&op=diff
==============================================================================
--- trunk/libhttp-tiny-perl/Makefile.PL (original)
+++ trunk/libhttp-tiny-perl/Makefile.PL Sun Mar 20 12:47:21 2011
@@ -32,11 +32,10 @@
   'NAME' => 'HTTP::Tiny',
   'PREREQ_PM' => {
     'Carp' => '0',
-    'Errno' => '0',
     'IO::Socket' => '0',
     'Time::Local' => '0'
   },
-  'VERSION' => '0.010',
+  'VERSION' => '0.011',
   'test' => {
     'TESTS' => 't/*.t'
   }

Modified: trunk/libhttp-tiny-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-tiny-perl/README?rev=71750&op=diff
==============================================================================
--- trunk/libhttp-tiny-perl/README (original)
+++ trunk/libhttp-tiny-perl/README Sun Mar 20 12:47:21 2011
@@ -2,7 +2,7 @@
     HTTP::Tiny - A small, simple, correct HTTP/1.1 client
 
 VERSION
-    version 0.010
+    version 0.011
 
 SYNOPSIS
         use HTTP::Tiny;
@@ -216,10 +216,10 @@
 
 SUPPORT
   Bugs / Feature Requests
-    Please report any bugs or feature requests on the bugtracker website
-    <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 "bug-http-tiny at
+    rt.cpan.org", or through the web interface at
+    <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.
 
   Source Code
     This is open source software. The code repository is available for

Modified: trunk/libhttp-tiny-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-tiny-perl/debian/changelog?rev=71750&op=diff
==============================================================================
--- trunk/libhttp-tiny-perl/debian/changelog (original)
+++ trunk/libhttp-tiny-perl/debian/changelog Sun Mar 20 12:47:21 2011
@@ -1,3 +1,12 @@
+libhttp-tiny-perl (0.011-1) UNRELEASED; urgency=low
+
+  Dependency change and change to tests
+  IGNORE-VERSION: 0.011-1
+
+  * New upstream release
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 20 Mar 2011 08:32:45 -0400
+
 libhttp-tiny-perl (0.010-1) unstable; urgency=low
 
   [ Alessandro Ghedini ]

Modified: trunk/libhttp-tiny-perl/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-tiny-perl/dist.ini?rev=71750&op=diff
==============================================================================
--- trunk/libhttp-tiny-perl/dist.ini (original)
+++ trunk/libhttp-tiny-perl/dist.ini Sun Mar 20 12:47:21 2011
@@ -7,3 +7,6 @@
 [@DAGOLDEN]
 git_remote = github
 
+[RemovePrereqs]
+remove = Errno
+

Modified: trunk/libhttp-tiny-perl/lib/HTTP/Tiny.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-tiny-perl/lib/HTTP/Tiny.pm?rev=71750&op=diff
==============================================================================
--- trunk/libhttp-tiny-perl/lib/HTTP/Tiny.pm (original)
+++ trunk/libhttp-tiny-perl/lib/HTTP/Tiny.pm Sun Mar 20 12:47:21 2011
@@ -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 @@
 
 =head1 VERSION
 
-version 0.010
+version 0.011
 
 =head1 SYNOPSIS
 
@@ -1051,13 +1051,15 @@
 
 =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
 

Modified: trunk/libhttp-tiny-perl/t/000_load.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-tiny-perl/t/000_load.t?rev=71750&op=diff
==============================================================================
--- trunk/libhttp-tiny-perl/t/000_load.t (original)
+++ trunk/libhttp-tiny-perl/t/000_load.t Sun Mar 20 12:47:21 2011
@@ -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");
 




More information about the Pkg-perl-cvs-commits mailing list