[Bps-public-commit] r17695 - in HTTP-Server-Simple: .

jesse at bestpractical.com jesse at bestpractical.com
Sun Jan 11 14:43:40 EST 2009


Author: jesse
Date: Sun Jan 11 14:43:40 2009
New Revision: 17695

Modified:
   HTTP-Server-Simple/   (props changed)
   HTTP-Server-Simple/Changes
   HTTP-Server-Simple/SIGNATURE
   HTTP-Server-Simple/lib/HTTP/Server/Simple.pm

Log:
 r56770 at 17h:  jesse | 2009-01-11 14:43:35 -0500
 * 0.38 - improve banner generation


Modified: HTTP-Server-Simple/Changes
==============================================================================
--- HTTP-Server-Simple/Changes	(original)
+++ HTTP-Server-Simple/Changes	Sun Jan 11 14:43:40 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: HTTP-Server-Simple/SIGNATURE
==============================================================================
--- HTTP-Server-Simple/SIGNATURE	(original)
+++ HTTP-Server-Simple/SIGNATURE	Sun Jan 11 14:43:40 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: HTTP-Server-Simple/lib/HTTP/Server/Simple.pm
==============================================================================
--- HTTP-Server-Simple/lib/HTTP/Server/Simple.pm	(original)
+++ HTTP-Server-Simple/lib/HTTP/Server/Simple.pm	Sun Jan 11 14:43:40 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 Bps-public-commit mailing list