r29211 - in /branches/upstream/libhttp-server-simple-perl/current: Changes SIGNATURE lib/HTTP/Server/Simple.pm t/01live.t t/04cgi.t

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sun Jan 4 10:51:29 UTC 2009


Author: ansgar-guest
Date: Sun Jan  4 10:51:26 2009
New Revision: 29211

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29211
Log:
[svn-upgrade] Integrating new upstream version, libhttp-server-simple-perl (0.37)

Modified:
    branches/upstream/libhttp-server-simple-perl/current/Changes
    branches/upstream/libhttp-server-simple-perl/current/SIGNATURE
    branches/upstream/libhttp-server-simple-perl/current/lib/HTTP/Server/Simple.pm
    branches/upstream/libhttp-server-simple-perl/current/t/01live.t
    branches/upstream/libhttp-server-simple-perl/current/t/04cgi.t

Modified: branches/upstream/libhttp-server-simple-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhttp-server-simple-perl/current/Changes?rev=29211&op=diff
==============================================================================
--- branches/upstream/libhttp-server-simple-perl/current/Changes (original)
+++ branches/upstream/libhttp-server-simple-perl/current/Changes Sun Jan  4 10:51:26 2009
@@ -1,3 +1,7 @@
+0.37 Fri Jan  2 12:21:30 EST 2009
+
+* Several fixes for [rt.cpan.org #38011] designed to help get HSS to pass tests on Strawberry Perl
+
 0.36
 
 * Documentation fixups

Modified: branches/upstream/libhttp-server-simple-perl/current/SIGNATURE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhttp-server-simple-perl/current/SIGNATURE?rev=29211&op=diff
==============================================================================
--- branches/upstream/libhttp-server-simple-perl/current/SIGNATURE (original)
+++ branches/upstream/libhttp-server-simple-perl/current/SIGNATURE Sun Jan  4 10:51:26 2009
@@ -14,7 +14,7 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
-SHA1 af311b6f977e690ad39ff86b71e6d3bb611b7d6a Changes
+SHA1 f6bbcd64bf170606bf4d1b74ef1254a41f99d04b Changes
 SHA1 0ac508c50476dcc2bf8fe3094cb341425291e1ee MANIFEST
 SHA1 cf3198cef8524b06b0f6df065b577225caf74a69 META.yml
 SHA1 1e68273869351212220429a4860ce710d5f3e291 Makefile.PL
@@ -28,18 +28,18 @@
 SHA1 7d3be9b158e37b2b2c22084740099955623b1d56 inc/Module/Install/Metadata.pm
 SHA1 0a8b66180229ba2f9deaea1fedd0aacf7a7ace6b inc/Module/Install/Win32.pm
 SHA1 d3352eb33fe43a5f3ead513f645224fe34d73bc9 inc/Module/Install/WriteAll.pm
-SHA1 47c1b14c60d44388818e99b86f58d3a688e6f7a1 lib/HTTP/Server/Simple.pm
+SHA1 f2400c335e46755cccb49286d3be08517d12d2d1 lib/HTTP/Server/Simple.pm
 SHA1 3ddd188b0ee926a7e114e711b88c0af69b9a9079 lib/HTTP/Server/Simple/CGI.pm
 SHA1 56e2d88c9a3ddd3b264d86279a52c099bbffa8f4 lib/HTTP/Server/Simple/CGI/Environment.pm
 SHA1 db064af54cab345a71daec576e32e64b8fb1033d t/00smoke.t
-SHA1 c58cc41a260213d9aeb4bed7b6c2926a37a3402a t/01live.t
+SHA1 a88394bb5ff0fc9e3ba47418d8ec3b7719f5dc87 t/01live.t
 SHA1 aca95653cfce68912e08c57b3a4566207e2f99b3 t/02pod.t
 SHA1 a7024d0d8e7b80d26f75a3551a1406a797b382f8 t/03podcoverage.t
-SHA1 e19b6afffd4ced1f89832080822686f49a155688 t/04cgi.t
+SHA1 955d3f61daf7e703cea842c50441ed5f8200ee51 t/04cgi.t
 -----BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.9 (GNU/Linux)
+Version: GnuPG v1.4.9 (Darwin)
 
-iEYEARECAAYFAkko/RgACgkQMflWJZZAbqAOHwCgmAefircgIQo/xfW4s32oRUpV
-f5kAoIJYFbQn+PhGq0Nb0l23P1M5AHBs
-=KgDS
+iEYEARECAAYFAkleTe0ACgkQEi9d9xCOQEajBACgr0HRylDlsSZJ4PZV1sszAYym
+RU8Anion2O4XteW+KvSyvZTTa+ChsBb2
+=MSkY
 -----END PGP SIGNATURE-----

Modified: branches/upstream/libhttp-server-simple-perl/current/lib/HTTP/Server/Simple.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhttp-server-simple-perl/current/lib/HTTP/Server/Simple.pm?rev=29211&op=diff
==============================================================================
--- branches/upstream/libhttp-server-simple-perl/current/lib/HTTP/Server/Simple.pm (original)
+++ branches/upstream/libhttp-server-simple-perl/current/lib/HTTP/Server/Simple.pm Sun Jan  4 10:51:26 2009
@@ -8,7 +8,7 @@
 use URI::Escape;
 
 use vars qw($VERSION $bad_request_doc);
-$VERSION = '0.36';
+$VERSION = '0.37';
 
 =head1 NAME
 

Modified: branches/upstream/libhttp-server-simple-perl/current/t/01live.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhttp-server-simple-perl/current/t/01live.t?rev=29211&op=diff
==============================================================================
--- branches/upstream/libhttp-server-simple-perl/current/t/01live.t (original)
+++ branches/upstream/libhttp-server-simple-perl/current/t/01live.t Sun Jan  4 10:51:26 2009
@@ -20,24 +20,18 @@
 use base qw(HTTP::Server::Simple::CGI);
 sub setup_listener {
     my $self = shift;
+    $self->SUPER::setup_listener();
     sleep 2;
-    $self->SUPER::setup_listener();
 }
 1;
 package main;
 
 my $DEBUG = 1 if @ARGV;
 
-my @classes = (qw(HTTP::Server::Simple));
+my @classes = (qw(HTTP::Server::Simple SlowServer));
 for my $class (@classes) {
     run_server_tests($class);
-}
-
-
-TODO: { 
-    local $TODO = "We don't currently wait for 'server is running' responses from the client";
-    run_server_tests('SlowServer');
-
+    $PORT++; # don't reuse the port incase your bogus os doesn't release in time
 }
 
 

Modified: branches/upstream/libhttp-server-simple-perl/current/t/04cgi.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhttp-server-simple-perl/current/t/04cgi.t?rev=29211&op=diff
==============================================================================
--- branches/upstream/libhttp-server-simple-perl/current/t/04cgi.t (original)
+++ branches/upstream/libhttp-server-simple-perl/current/t/04cgi.t Sun Jan  4 10:51:26 2009
@@ -32,7 +32,7 @@
 {
   my $server=CGIServer->new($PORT);
   is($server->port(),$PORT,'Constructor set port correctly');
-  select(undef,undef,undef,0.2); # wait a sec
+  sleep(3); # wait just a moment
 
   my $pid=$server->background;
 




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