r29593 - in /branches/upstream/libhttp-server-simple-perl/current: Changes SIGNATURE lib/HTTP/Server/Simple.pm

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Mon Jan 12 13:16:11 UTC 2009


Author: ansgar-guest
Date: Mon Jan 12 13:16:07 2009
New Revision: 29593

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

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

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=29593&op=diff
==============================================================================
--- branches/upstream/libhttp-server-simple-perl/current/Changes (original)
+++ branches/upstream/libhttp-server-simple-perl/current/Changes Mon Jan 12 13:16:07 2009
@@ -1,3 +1,7 @@
+0.38 Sun Jan 11 14:42:57 EST 2009
+
+* Improve startup banner generation
+
 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

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=29593&op=diff
==============================================================================
--- branches/upstream/libhttp-server-simple-perl/current/SIGNATURE (original)
+++ branches/upstream/libhttp-server-simple-perl/current/SIGNATURE Mon Jan 12 13:16:07 2009
@@ -14,7 +14,7 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
-SHA1 f6bbcd64bf170606bf4d1b74ef1254a41f99d04b Changes
+SHA1 d2d2ff9deb435e8e9f941d58c49f09a4af0611cd Changes
 SHA1 0ac508c50476dcc2bf8fe3094cb341425291e1ee MANIFEST
 SHA1 cf3198cef8524b06b0f6df065b577225caf74a69 META.yml
 SHA1 1e68273869351212220429a4860ce710d5f3e291 Makefile.PL
@@ -28,7 +28,7 @@
 SHA1 7d3be9b158e37b2b2c22084740099955623b1d56 inc/Module/Install/Metadata.pm
 SHA1 0a8b66180229ba2f9deaea1fedd0aacf7a7ace6b inc/Module/Install/Win32.pm
 SHA1 d3352eb33fe43a5f3ead513f645224fe34d73bc9 inc/Module/Install/WriteAll.pm
-SHA1 f2400c335e46755cccb49286d3be08517d12d2d1 lib/HTTP/Server/Simple.pm
+SHA1 b05f7fc9adb8a85ebadf9ab79bc3085cbabaca1d 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
@@ -39,7 +39,7 @@
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.9 (Darwin)
 
-iEYEARECAAYFAkleTe0ACgkQEi9d9xCOQEajBACgr0HRylDlsSZJ4PZV1sszAYym
-RU8Anion2O4XteW+KvSyvZTTa+ChsBb2
-=MSkY
+iEYEARECAAYFAklqS9gACgkQEi9d9xCOQEbggwCgqqEDSb+2SWVgp4Ut7vdBrFhk
+3jAAoJ8649nGUIN2bQhuR/yRkZEhHmUv
+=73tD
 -----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=29593&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 Mon Jan 12 13:16:07 2009
@@ -8,7 +8,7 @@
 use URI::Escape;
 
 use vars qw($VERSION $bad_request_doc);
-$VERSION = '0.37';
+$VERSION = '0.38';
 
 =head1 NAME
 
@@ -574,7 +574,7 @@
 sub print_banner {
     my $self = shift;
 
-    print(    __PACKAGE__
+    print( ref($self) 
             . ": You can connect to your server at "
             . "http://localhost:"
             . $self->port




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