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

sartak at bestpractical.com sartak at bestpractical.com
Mon Jun 2 13:16:36 EDT 2008


Author: sartak
Date: Mon Jun  2 13:16:36 2008
New Revision: 12802

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

Log:
 r61402 at onn:  sartak | 2008-06-02 13:16:32 -0400
 Don't call print_banner if we have a net_server - let the net_server handle it


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	Mon Jun  2 13:16:36 2008
@@ -256,7 +256,6 @@
     if ($server) {
         require join( '/', split /::/, $server ) . '.pm';
         *{"$pkg\::ISA"} = [$server];
-        $self->print_banner;
     }
     else {
         $self->setup_listener;



More information about the Bps-public-commit mailing list